Skip to content

Commit 5f58cd5

Browse files
committed
Restores the docker image for use with es
This reverts commit f890bcb.
1 parent 6ae9912 commit 5f58cd5

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

docker-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fluent/fluent-bit:0.12-dev
1+
FROM fluent/fluent-bit:0.11.15
22
MAINTAINER Eduardo Silva <[email protected]>
33
USER root
44

docker-image/fluent-bit.conf

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,9 @@
1919
Merge_JSON_Log On
2020

2121
[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
22+
Name es
23+
Match *
24+
Host ${FLUENT_ELASTICSEARCH_HOST}
25+
Port ${FLUENT_ELASTICSEARCH_PORT}
26+
Logstash_Format On
27+
Retry_Limit False

0 commit comments

Comments
 (0)