目前的配置文件
enable: true
inputs:
- Type: file_log
LogPath: xxx
FilePattern:xxx
Fields:
service: A
- Type: file_log
LogPath: xxx
FilePattern:xxx
Fields:
service: B
processors:
- Type: processor_add_fields
Fields:
aaa2: value3
aaa3: value4
aaa1: value1
flushers:
- Type: flusher_kafka
Brokers:
- 10.190.50.204:9092
Topic: access-log
目前的配置文件
enable: true
inputs:
LogPath: xxx
FilePattern:xxx
Fields:
service: A
LogPath: xxx
FilePattern:xxx
Fields:
service: B
processors:
Fields:
aaa2: value3
aaa3: value4
aaa1: value1
flushers:
Brokers:
Topic: access-log