丢弃字段
Last updated
Last updated
enable: true
inputs:
- Type: input_file
FilePaths:
- /home/test-log/*.log
processors:
- Type: processor_json
SourceKey: content
KeepSource: false
ExpandDepth: 1
ExpandConnector: ""
- Type: processor_drop
DropKeys:
- key1
flushers:
- Type: flusher_stdout
OnlyStdout: true{
"__tag__:__path__": "/home/test-dir/test_log/json.log",
"key2": "abcd",
"__time__": "1657354602"
}