add rewrite_tag_filter plugin

This commit is contained in:
Pim Kunis 2023-08-22 19:51:09 +02:00
parent b43595ac9e
commit 2466ca6765

View file

@ -1,4 +1,4 @@
FROM fluent/fluentd:v1.16-debian-1
USER root
RUN ["gem", "install", "fluent-plugin-elasticsearch", "--no-document"]
RUN ["gem", "install", "fluent-plugin-elasticsearch", "rewrite_tag_filter", "--no-document"]
USER fluent