This repository has been archived on 2024-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
fluentd/Dockerfile

4 lines
150 B
Docker

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