...
|
...
|
@@ -38,6 +38,10 @@ filebeat.prospectors: |
|
|
multiline.negate: true
|
|
|
multiline.match: after
|
|
|
|
|
|
|
|
|
output.logstash:
|
|
|
hosts: ["10.67.1.192:5044"] |
|
|
output.kafka:
|
|
|
enabled: true
|
|
|
hosts: ["10.66.105.67:9092"]
|
|
|
topic: '%{[type]}'
|
|
|
compression: snappy
|
|
|
max_message_bytes: 10000000
|
|
|
worker: 2 |
...
|
...
|
|