|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
Konfigurasi pipeline Logtail. |
||
| aggregators |
array |
Plug-in agregasi. |
|
|
object |
Plug-in agregasi. |
||
| configName |
string |
Nama konfigurasi. |
test-config |
| createTime |
integer |
Waktu pembuatan, dalam format stempel waktu UNIX. |
1655176807 |
| flushers |
array |
Plug-in output. |
|
|
object |
Plug-in output. |
{ "Type": "flusher_sls", "Project": "test_project", "Logstore": "test", "Region": "cn-hangzhou", "Endpoint": "cn-hangzhou-intranet.log.aliyuncs.com", "TelemetryType": "log" } |
|
| global |
object |
Informasi global. |
|
| inputs |
array |
Plug-in input. |
|
|
object |
Plug-in input. |
{ "Type": "input_file", "FilePaths": ["/var/log/*.log"] } |
|
| lastModifyTime |
integer |
Waktu modifikasi terakhir, dalam format stempel waktu UNIX. |
1655176807 |
| logSample |
string |
Sampel log. |
127.0.0.1 - - [10/Jun/2022:12:36:49 +0800] "GET /index.html HTTP/1.1" 200 |
| processors |
array |
Plug-in pemrosesan. |
|
|
object |
Plug-in pemrosesan. |
{ "Type": "processor_parse_json_native", "SourceKey": "content" } |
|
| task |
object |
Konfigurasi tugas. |
{"Type": "task_example"} |