We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60e804 commit f890bcbCopy full SHA for f890bcb
docker-image/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM fluent/fluent-bit:0.11.15
+FROM fluent/fluent-bit:0.12-dev
2
MAINTAINER Eduardo Silva <[email protected]>
3
USER root
4
docker-image/fluent-bit.conf
@@ -19,9 +19,14 @@
19
Merge_JSON_Log On
20
21
[OUTPUT]
22
- Name es
23
- Match *
24
- Host ${FLUENT_ELASTICSEARCH_HOST}
25
- Port ${FLUENT_ELASTICSEARCH_PORT}
26
- Logstash_Format On
27
- Retry_Limit False
+ Name kafka-rest
+ Match *
+ Host ${KAFKA_REST_HOST}
+ Port ${KAFKA_REST_PORT}
+ Time_Key @timestamp
+ Tag_Key _fluent-tag
28
+ Include_Tag_Key On
29
+ Tag_Key My_Tag_Key
30
+ Topic ${KAFKA_TOPIC}
31
+ # Partition 0
32
+ # Message_Key abc
0 commit comments