update to wazuh-2.0.1 and Elastic 5.5.0

This commit is contained in:
Jose Luis Ruiz
2017-07-25 22:30:44 +02:00
parent 38608d1f26
commit 1c935bbf07
5 changed files with 6 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ services:
environment:
- LS_HEAP_SIZE=2048m
elasticsearch:
image: elasticsearch:5.4.2
image: elasticsearch:5.5.0
hostname: elasticsearch
restart: always
command: elasticsearch -E node.name="node-1" -E cluster.name="wazuh" -E network.host=0.0.0.0

View File

@@ -1,4 +1,4 @@
FROM kibana:5.4.2
FROM kibana:5.5.0
RUN apt-get update && apt-get install -y curl

View File

@@ -5,7 +5,7 @@ set -e
host="$1"
shift
cmd="kibana"
WAZUH_KIBANA_PLUGIN_URL=${WAZUH_KIBANA_PLUGIN_URL:-https://packages.wazuh.com/wazuhapp/wazuhapp-2.0_5.4.2.zip}
WAZUH_KIBANA_PLUGIN_URL=${WAZUH_KIBANA_PLUGIN_URL:-https://packages.wazuh.com/wazuhapp/wazuhapp-2.0.1_5.5.0.zip}
until curl -XGET $host:9200; do
>&2 echo "Elastic is unavailable - sleeping"

View File

@@ -1,4 +1,4 @@
FROM logstash:5.4.2
FROM logstash:5.5.0
RUN apt-get update

View File

@@ -18,8 +18,8 @@ RUN chmod 755 /init.bash &&\
sync && rm /init.bash
RUN curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-5.4.2-x86_64.rpm &&\
rpm -vi filebeat-5.4.2-x86_64.rpm && rm filebeat-5.4.2-x86_64.rpm
RUN curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-5.5.0-x86_64.rpm &&\
rpm -vi filebeat-5.5.0-x86_64.rpm && rm filebeat-5.5.0-x86_64.rpm
COPY config/filebeat.yml /etc/filebeat/