bump elk stack to 7.11.0

This commit is contained in:
t3chn0m4g3 2021-02-12 13:21:35 +00:00
parent 01af362ff6
commit e5f29f3c90
6 changed files with 7 additions and 5 deletions

View file

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

View file

@ -1,7 +1,7 @@
FROM node:10.22.1-alpine FROM node:14.15.4-alpine
# #
# VARS # VARS
ENV KB_VER=7.10.1 ENV KB_VER=7.11.0
# #
# Include dist # Include dist
ADD dist/ /root/dist/ ADD dist/ /root/dist/
@ -10,7 +10,8 @@ ADD dist/ /root/dist/
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \ RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
apk -U --no-cache add \ apk -U --no-cache add \
aria2 \ aria2 \
curl && \ curl \
gcompat && \
# #
# Get and install packages # Get and install packages
cd /root/dist/ && \ cd /root/dist/ && \
@ -48,6 +49,7 @@ RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
echo "xpack.uptime.enabled: false" >> /usr/share/kibana/config/kibana.yml && \ echo "xpack.uptime.enabled: false" >> /usr/share/kibana/config/kibana.yml && \
echo "xpack.securitySolution.enabled: false" >> /usr/share/kibana/config/kibana.yml && \ echo "xpack.securitySolution.enabled: false" >> /usr/share/kibana/config/kibana.yml && \
echo "xpack.ml.enabled: false" >> /usr/share/kibana/config/kibana.yml && \ echo "xpack.ml.enabled: false" >> /usr/share/kibana/config/kibana.yml && \
echo "xpack.fleet.enabled: false" >> /usr/share/kibana/config/kibana.yml && \
echo "elasticsearch.requestTimeout: 60000" >> /usr/share/kibana/config/kibana.yml && \ echo "elasticsearch.requestTimeout: 60000" >> /usr/share/kibana/config/kibana.yml && \
echo "elasticsearch.shardTimeout: 60000" >> /usr/share/kibana/config/kibana.yml && \ echo "elasticsearch.shardTimeout: 60000" >> /usr/share/kibana/config/kibana.yml && \
# There is no switch to disable Enterprise Search, so we need to remove it # There is no switch to disable Enterprise Search, so we need to remove it

View file

@ -1,7 +1,7 @@
FROM alpine:3.12 FROM alpine:3.12
# #
# VARS # VARS
ENV LS_VER=7.10.1 ENV LS_VER=7.11.0
# Include dist # Include dist
ADD dist/ /root/dist/ ADD dist/ /root/dist/
# #

Binary file not shown.

Binary file not shown.

Binary file not shown.