全部產品
Search
文件中心

Simple Log Service:Python SDK概述

更新時間:Aug 07, 2024

Log ServicePython SDK封裝了Log Service的大部分API介面。您可以通過Log ServicePython SDK方便地調用Log Service的大部分API介面。

版本說明

更多資訊,請參見Aliyun Log Python Release

範例程式碼

Log ServicePython SDK提供豐富的範例程式碼,方便您參考或直接使用。範例程式碼包括以下內容:

GitHub源碼

說明

sample.py

寫入日誌、查詢日誌、查詢Logstore、擷取日誌分布情況、機器組管理等相關樣本。

sample2.py

寫入日誌、按照Shard查詢日誌、Shard管理等相關樣本。

Sample3.py

寫入日誌、按照Shard查詢日誌、Shard管理、建立外部資料源關聯並查詢日誌等相關樣本。

sample_consumer.py

通過消費組消費日誌相關樣本。

test_alert.py

簡單警示操作相關樣本。

sync_data_to_splunk.py

使用消費組同步資料到Splunk相關樣本。

sync_data_to_syslog.py

使用消費組同步資料到Syslog相關樣本。

test_migration_manager.py

建立遷移檔案並進行資料移轉相關樣本。

etl_test.py

建立、修改、刪除資料加工任務相關樣本。

tests/export_examples

投遞日誌至OSS、MaxCompute的相關樣本。