Skip to content

Commit 8c76439

Browse files
committed
cleanup
1 parent 353eeb6 commit 8c76439

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

logstash/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
FROM logstash:5.6.10
22

3-
RUN /usr/share/logstash/bin/logstash-plugin install logstash-patterns-core
43
ADD http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz /opt/
54
RUN cd /opt && tar -xzvf GeoLite2-City.tar.gz && \
65
mv GeoLite2-City*/GeoLite2-City.mmdb . && \
76
rm -f GeoLite2-City.tar.gz && \
87
rm -rf GeoLite2-City*/
98

9+
RUN /usr/share/logstash/bin/logstash-plugin install logstash-patterns-core
10+
1011
COPY ./logstash.conf /etc/logstash/conf.d/logstash.conf
1112

1213
USER logstash

0 commit comments

Comments
 (0)