bump ELK to 6.4.0

YES! Index patterns can finally exported through Kibana! A joy to the ELK world :-)
This commit is contained in:
listbot
2018-08-24 17:07:00 +00:00
parent ea1bf604c8
commit 59c8c5b34c
4 changed files with 8 additions and 8 deletions

View File

@ -12,8 +12,8 @@ RUN apk -U --no-cache add \
# Get and install packages
cd /root/dist/ && \
mkdir -p /usr/share/kibana/ && \
wget https://artifacts.elastic.co/downloads/kibana/kibana-6.3.2-linux-x86_64.tar.gz && \
tar xvfz kibana-6.3.2-linux-x86_64.tar.gz --strip-components=1 -C /usr/share/kibana/ && \
wget https://artifacts.elastic.co/downloads/kibana/kibana-6.4.0-linux-x86_64.tar.gz && \
tar xvfz kibana-6.4.0-linux-x86_64.tar.gz --strip-components=1 -C /usr/share/kibana/ && \
# Kibana's bundled node does not work in alpine
rm /usr/share/kibana/node/bin/node && \