Elastic to version 5.5.2

This commit is contained in:
José Luis Ruiz
2017-08-24 14:37:31 -04:00
parent d1cb67a822
commit d0565d913a
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# Wazuh containers for Docker # Wazuh containers for Docker
In this repository you will find the containers to run: In this repository you will find the containers to run:
@@ -10,7 +10,7 @@ In addition, a docker-compose file is provided to launch the containers mentione
## Current release ## Current release
Containers are currently tested on Wazuh version 2.0 and Elastic Stack version 5.5.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 2.0 and Elastic Stack version 5.5.2. We will do our best to keep this repository updated to latest versions of both Wazuh and Elastic Stack.
## Installation notes ## Installation notes
+1 -1
View File
@@ -36,7 +36,7 @@ services:
environment: environment:
- LS_HEAP_SIZE=2048m - LS_HEAP_SIZE=2048m
elasticsearch: elasticsearch:
image: elasticsearch:5.5.1 image: elasticsearch:5.5.2
hostname: elasticsearch hostname: elasticsearch
restart: always restart: always
command: elasticsearch -E node.name="node-1" -E cluster.name="wazuh" -E network.host=0.0.0.0 command: elasticsearch -E node.name="node-1" -E cluster.name="wazuh" -E network.host=0.0.0.0
+1 -1
View File
@@ -1,4 +1,4 @@
FROM kibana:5.5.1 FROM kibana:5.5.2
RUN apt-get update && apt-get install -y curl RUN apt-get update && apt-get install -y curl
+1 -1
View File
@@ -5,7 +5,7 @@ set -e
host="$1" host="$1"
shift shift
cmd="kibana" cmd="kibana"
WAZUH_KIBANA_PLUGIN_URL=${WAZUH_KIBANA_PLUGIN_URL:-https://packages.wazuh.com/wazuhapp/wazuhapp-2.1.0_5.5.1.zip} WAZUH_KIBANA_PLUGIN_URL=${WAZUH_KIBANA_PLUGIN_URL:-https://packages.wazuh.com/wazuhapp/wazuhapp-2.1.0_5.5.2.zip}
until curl -XGET $host:9200; do until curl -XGET $host:9200; do
>&2 echo "Elastic is unavailable - sleeping" >&2 echo "Elastic is unavailable - sleeping"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM logstash:5.5.1 FROM logstash:5.5.2
RUN apt-get update RUN apt-get update
+1 -1
View File
@@ -1,5 +1,5 @@
FROM centos:latest FROM centos:latest
ARG FILEBEAT_VERSION=5.5.1 ARG FILEBEAT_VERSION=5.5.2
COPY config/*.repo /etc/yum.repos.d/ COPY config/*.repo /etc/yum.repos.d/
RUN yum -y update; yum clean all; RUN yum -y update; yum clean all;