From 8f40340dda573818b366945292a83adb9a1ecc15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ruiz=20Ruiz?= Date: Wed, 21 Feb 2018 00:13:47 +0100 Subject: [PATCH] Update docker to Wazug 3.2.1 Elastic 6.2.1 --- docker-compose.yml | 2 +- kibana/Dockerfile | 12 ++++++------ logstash/Dockerfile | 2 +- wazuh/Dockerfile | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 29ef4383..982d8573 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -37,7 +37,7 @@ services: - LS_HEAP_SIZE=2048m - XPACK_MONITORING_ENABLED=false elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:6.1.3 + image: docker.elastic.co/elasticsearch/elasticsearch:6.2.1 hostname: elasticsearch restart: always ports: diff --git a/kibana/Dockerfile b/kibana/Dockerfile index fcd16be5..d9391080 100644 --- a/kibana/Dockerfile +++ b/kibana/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.elastic.co/kibana/kibana:6.1.3 +FROM docker.elastic.co/kibana/kibana:6.2.1 USER root @@ -6,15 +6,15 @@ COPY ./config/kibana.yml /usr/share/kibana/config/kibana.yml COPY config/wait-for-it.sh /wait-for-it.sh -ADD https://packages.wazuh.com/wazuhapp/wazuhapp-3.1.0_6.1.3.zip /tmp +ADD https://packages.wazuh.com/wazuhapp/wazuhapp-3.2.0_6.2.1.zip /tmp -ADD https://raw.githubusercontent.com/wazuh/wazuh/3.1/extensions/elasticsearch/wazuh-elastic6-template-alerts.json /usr/share/kibana/config +ADD https://raw.githubusercontent.com/wazuh/wazuh/3.2/extensions/elasticsearch/wazuh-elastic6-template-alerts.json /usr/share/kibana/config -ADD https://raw.githubusercontent.com/wazuh/wazuh/3.1/extensions/elasticsearch/wazuh-elastic6-template-monitoring.json /usr/share/kibana/config +ADD https://raw.githubusercontent.com/wazuh/wazuh/3.2/extensions/elasticsearch/wazuh-elastic6-template-monitoring.json /usr/share/kibana/config -ADD https://raw.githubusercontent.com/wazuh/wazuh/3.1/extensions/elasticsearch/alert_sample.json /usr/share/kibana/config +ADD https://raw.githubusercontent.com/wazuh/wazuh/3.2/extensions/elasticsearch/alert_sample.json /usr/share/kibana/config -RUN /usr/share/kibana/bin/kibana-plugin install file:///tmp/wazuhapp-3.1.0_6.1.3.zip +RUN /usr/share/kibana/bin/kibana-plugin install file:///tmp/wazuhapp-3.2.0_6.2.1.zip RUN rm -rf /tmp/* diff --git a/logstash/Dockerfile b/logstash/Dockerfile index 4c27234d..b55c71f0 100644 --- a/logstash/Dockerfile +++ b/logstash/Dockerfile @@ -1,3 +1,3 @@ -FROM docker.elastic.co/logstash/logstash:6.1.3 +FROM docker.elastic.co/logstash/logstash:6.2.1 COPY config/logstash.conf /etc/logstash/conf.d/logstash.conf diff --git a/wazuh/Dockerfile b/wazuh/Dockerfile index a416cac0..37f2f8ac 100644 --- a/wazuh/Dockerfile +++ b/wazuh/Dockerfile @@ -1,5 +1,5 @@ FROM phusion/baseimage:latest -ARG FILEBEAT_VERSION=6.1.3 +ARG FILEBEAT_VERSION=6.2.1 RUN apt-get update; apt-get -y dist-upgrade RUN apt-get -y install openssl postfix bsd-mailx curl apt-transport-https lsb-release