From e03b222f05586f485d323d78c0e27a5137dc83d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ruiz=20Ruiz?= Date: Wed, 11 Jul 2018 15:16:48 +0200 Subject: [PATCH] Upgrade to Wazuh 3.3.1 and Elastic Stack 6.3.1 --- README.md | 2 +- docker-compose.yml | 2 +- kibana/Dockerfile | 4 ++-- logstash/Dockerfile | 2 +- wazuh/Dockerfile | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2d85774d..f1324d7a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ In addition, a docker-compose file is provided to launch the containers mentione ## Current release -Containers are currently tested on Wazuh version 3.3.1 and Elastic Stack version 6.3.0. We will do our best to keep this repository updated to latest versions of both Wazuh and Elastic Stack. +Containers are currently tested on Wazuh version 3.3.1 and Elastic Stack version 6.3.1. We will do our best to keep this repository updated to latest versions of both Wazuh and Elastic Stack. ## Installation notes diff --git a/docker-compose.yml b/docker-compose.yml index a336c951..218ed19d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -38,7 +38,7 @@ services: environment: - LS_HEAP_SIZE=2048m elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.3.0 + image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.3.1 hostname: elasticsearch restart: always ports: diff --git a/kibana/Dockerfile b/kibana/Dockerfile index 28e5b442..6ef5d32a 100644 --- a/kibana/Dockerfile +++ b/kibana/Dockerfile @@ -1,6 +1,6 @@ # Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) -FROM docker.elastic.co/kibana/kibana-oss:6.3.0 -ARG WAZUH_APP_VERSION=3.3.1_6.3.0 +FROM docker.elastic.co/kibana/kibana-oss:6.3.1 +ARG WAZUH_APP_VERSION=3.3.1_6.3.1 USER root ADD https://packages.wazuh.com/wazuhapp/wazuhapp-${WAZUH_APP_VERSION}.zip /tmp diff --git a/logstash/Dockerfile b/logstash/Dockerfile index 8c30f0a6..a253c32e 100644 --- a/logstash/Dockerfile +++ b/logstash/Dockerfile @@ -1,5 +1,5 @@ # Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) -FROM docker.elastic.co/logstash/logstash-oss:6.3.0 +FROM docker.elastic.co/logstash/logstash-oss:6.3.1 RUN rm -f /usr/share/logstash/pipeline/logstash.conf diff --git a/wazuh/Dockerfile b/wazuh/Dockerfile index 881b2f35..8573d0c2 100644 --- a/wazuh/Dockerfile +++ b/wazuh/Dockerfile @@ -1,6 +1,6 @@ # Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) FROM phusion/baseimage:latest -ARG FILEBEAT_VERSION=6.3.0 +ARG FILEBEAT_VERSION=6.3.1 ARG WAZUH_VERSION=3.3.1-1 # Updating image