We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353eeb6 commit 8c76439Copy full SHA for 8c76439
logstash/Dockerfile
@@ -1,12 +1,13 @@
1
FROM logstash:5.6.10
2
3
-RUN /usr/share/logstash/bin/logstash-plugin install logstash-patterns-core
4
ADD http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz /opt/
5
RUN cd /opt && tar -xzvf GeoLite2-City.tar.gz && \
6
mv GeoLite2-City*/GeoLite2-City.mmdb . && \
7
rm -f GeoLite2-City.tar.gz && \
8
rm -rf GeoLite2-City*/
9
+RUN /usr/share/logstash/bin/logstash-plugin install logstash-patterns-core
10
+
11
COPY ./logstash.conf /etc/logstash/conf.d/logstash.conf
12
13
USER logstash
0 commit comments