Json
Last updated
enable: true
inputs:
- Type: file_log
LogPath: /home/test-log/
FilePattern: json.log
processors:
- Type: processor_json
SourceKey: content
KeepSource: false
ExpandDepth: 1
ExpandConnector: ""
flushers:
- Type: flusher_sls
Endpoint: cn-xxx.log.aliyuncs.com
ProjectName: test_project
LogstoreName: test_logstore
- Type: flusher_stdout
OnlyStdout: true{
"__tag__:__path__": "/home/test-dir/test_log/json.log",
"key1": "123456",
"key2": "abcd",
"__time__": "1657354602"
}