Skip to content

Commit

Permalink
Update to Wazuh 3.6.1 and Elastic Stack 6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jlruizmlg committed Oct 7, 2018
1 parent 80184b5 commit 6389b57
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.1 and Elastic Stack version 6.4.1. 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.6.1 and Elastic Stack version 6.4.2. We will do our best to keep this repository updated to latest versions of both Wazuh and Elastic Stack.

## Installation notes

Expand Down
4 changes: 2 additions & 2 deletions kibana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
FROM docker.elastic.co/kibana/kibana:6.4.1
ARG WAZUH_APP_VERSION=3.6.1_6.4.1
FROM docker.elastic.co/kibana/kibana:6.4.2
ARG WAZUH_APP_VERSION=3.6.1_6.4.2
USER root

ADD https://packages.wazuh.com/wazuhapp/wazuhapp-${WAZUH_APP_VERSION}.zip /tmp
Expand Down
2 changes: 1 addition & 1 deletion logstash/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
FROM docker.elastic.co/logstash/logstash:6.4.1
FROM docker.elastic.co/logstash/logstash:6.4.2

RUN rm -f /usr/share/logstash/pipeline/logstash.conf

Expand Down
2 changes: 1 addition & 1 deletion wazuh/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
FROM phusion/baseimage:latest
ARG FILEBEAT_VERSION=6.4.1
ARG FILEBEAT_VERSION=6.4.2
ARG WAZUH_VERSION=3.6.1-1

# Updating image
Expand Down

0 comments on commit 6389b57

Please sign in to comment.