Init elastic

This commit is contained in:
2018-11-30 17:18:29 +01:00
parent d69ac19d36
commit 3ec0498098
3 changed files with 22 additions and 5 deletions

View File

@ -1,3 +1,3 @@
FROM fluent/fluentd:latest
RUN ["gem", "install", "fluent-plugin-influxdb", "--no-rdoc", "--no-ri"]
RUN ["gem", "install", "fluent-plugin-elasticsearch", "--no-rdoc", "--no-ri"]