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 6ae9912 commit 5f58cd5Copy full SHA for 5f58cd5
docker-image/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM fluent/fluent-bit:0.12-dev
+FROM fluent/fluent-bit:0.11.15
2
MAINTAINER Eduardo Silva <[email protected]>
3
USER root
4
docker-image/fluent-bit.conf
@@ -19,14 +19,9 @@
19
Merge_JSON_Log On
20
21
[OUTPUT]
22
- Name kafka-rest
23
- Match *
24
- Host ${KAFKA_REST_HOST}
25
- Port ${KAFKA_REST_PORT}
26
- Time_Key @timestamp
27
- 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
+ Name es
+ Match *
+ Host ${FLUENT_ELASTICSEARCH_HOST}
+ Port ${FLUENT_ELASTICSEARCH_PORT}
+ Logstash_Format On
+ Retry_Limit False
0 commit comments