diff --git a/docker/elk/elasticsearch/Dockerfile b/docker/elk/elasticsearch/Dockerfile index 063225a0..cd820131 100644 --- a/docker/elk/elasticsearch/Dockerfile +++ b/docker/elk/elasticsearch/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:20.04 # # VARS -ENV ES_VER=8.1.2 +ENV ES_VER=8.2.0 # # Include dist COPY dist/ /root/dist/ diff --git a/docker/elk/kibana/Dockerfile b/docker/elk/kibana/Dockerfile index 43e08580..129958e8 100644 --- a/docker/elk/kibana/Dockerfile +++ b/docker/elk/kibana/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:20.04 # # VARS -ENV KB_VER=8.1.2 +ENV KB_VER=8.2.0 # Include dist COPY dist/ /root/dist/ # diff --git a/docker/elk/logstash/Dockerfile b/docker/elk/logstash/Dockerfile index 8047bce1..1a23fcb7 100644 --- a/docker/elk/logstash/Dockerfile +++ b/docker/elk/logstash/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:20.04 # # VARS -ENV LS_VER=8.1.2 +ENV LS_VER=8.2.0 # Include dist COPY dist/ /root/dist/ # @@ -13,6 +13,7 @@ RUN apt-get update -y && \ bash \ bzip2 \ curl \ + openjdk-11-jre \ openssh-client && \ # # Determine arch, get and install packages diff --git a/etc/objects/elkbase.tgz b/etc/objects/elkbase.tgz index b85479ab..8370fec4 100644 Binary files a/etc/objects/elkbase.tgz and b/etc/objects/elkbase.tgz differ diff --git a/etc/objects/kibana_export.ndjson.zip b/etc/objects/kibana_export.ndjson.zip index 55c0f6b9..121d12d2 100644 Binary files a/etc/objects/kibana_export.ndjson.zip and b/etc/objects/kibana_export.ndjson.zip differ