Bump ELK stack to 7.7.1
Install curator via pip
Some tweaks
This commit is contained in:
t3chn0m4g3
2020-06-08 21:56:16 +00:00
parent be918033e0
commit 4cc1aa08c2
5 changed files with 40 additions and 35 deletions

View File

@ -1,7 +1,7 @@
FROM alpine
#
# VARS
ENV ES_VER=7.7.0 \
ENV ES_VER=7.7.1 \
JAVA_HOME=/usr/lib/jvm/java-11-openjdk
# Include dist
ADD dist/ /root/dist/

View File

@ -1,7 +1,7 @@
FROM node:10.19.0-alpine
#
# VARS
ENV KB_VER=7.7.0
ENV KB_VER=7.7.1
#
# Include dist
ADD dist/ /root/dist/

View File

@ -1,7 +1,7 @@
FROM alpine
#
# VARS
ENV LS_VER=7.7.0
ENV LS_VER=7.7.1
# Include dist
ADD dist/ /root/dist/
#
@ -36,7 +36,7 @@ RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
chmod u+x /usr/bin/update.sh && \
mkdir -p /etc/logstash/conf.d && \
cp logstash.conf /etc/logstash/conf.d/ && \
cp elasticsearch-template-es7x.json /usr/share/logstash/vendor/bundle/jruby/2.5.0/gems/logstash-output-elasticsearch-10.5.1-java/lib/logstash/outputs/elasticsearch/ && \
cp elasticsearch-template-es7x.json /usr/share/logstash/vendor/bundle/jruby/2.5.0/gems/logstash-output-elasticsearch-10.4.2-java/lib/logstash/outputs/elasticsearch/ && \
#
# Setup user, groups and configs
addgroup -g 2000 logstash && \