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

5 lines
164 B
Docker
Raw Normal View History

2023-08-02 10:48:36 +00:00
FROM fluent/fluentd:v1.16-debian-1
USER root
2023-08-22 17:55:11 +00:00
RUN ["gem", "install", "fluent-plugin-elasticsearch", "fluent-plugin-rewrite-tag-filter", "--no-document"]
2023-08-02 10:48:36 +00:00
USER fluent