Showing
1 changed file
with
7 additions
and
3 deletions
@@ -38,6 +38,10 @@ filebeat.prospectors: | @@ -38,6 +38,10 @@ filebeat.prospectors: | ||
38 | multiline.negate: true | 38 | multiline.negate: true |
39 | multiline.match: after | 39 | multiline.match: after |
40 | 40 | ||
41 | - | ||
42 | -output.logstash: | ||
43 | - hosts: ["10.67.1.192:5044"] | 41 | +output.kafka: |
42 | + enabled: true | ||
43 | + hosts: ["10.66.105.67:9092"] | ||
44 | + topic: '%{[type]}' | ||
45 | + compression: snappy | ||
46 | + max_message_bytes: 10000000 | ||
47 | + worker: 2 |
-
Please register or login to post a comment