Skip to content

Commit 9522a9d

Browse files
committed
feat: use forked elasticsearch gem
Signed-off-by: Bence Csati <bence.csati@axoflow.com>
1 parent ab41f26 commit 9522a9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/fluentd/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ RUN apk add --no-cache $BUILD_DEPS \
7878
&& rm -rf /usr/include/fortify \
7979
&& touch /etc/gemrc \
8080
&& fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-syslog_rfc5424.git --ref 4ab9f7df3757b0e31e4bc209acab05a518efdce3 \
81+
&& fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-elasticsearch.git --ref f711c4322e37852a83caab0385ba4567031eb9ab \
8182
&& fluent-gem install --file /Gemfile.outputs \
8283
&& find /usr/local/bundle/gems/ -newer /etc/gemrc -exec chown fluent:fluent {} \; \
8384
&& apk del $BUILD_DEPS \

0 commit comments

Comments
 (0)