diff --git a/docker-compose.yml b/docker-compose.yml index 6114b838..71e5a1cb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 diff --git a/kibana/Dockerfile b/kibana/Dockerfile index 12a4d6dc..fecc966e 100644 --- a/kibana/Dockerfile +++ b/kibana/Dockerfile @@ -1,4 +1,4 @@ -FROM kibana:5.4.2 +FROM kibana:5.5.0 RUN apt-get update && apt-get install -y curl diff --git a/kibana/config/wait-for-it.sh b/kibana/config/wait-for-it.sh index 4f9b8061..c5b1da24 100644 --- a/kibana/config/wait-for-it.sh +++ b/kibana/config/wait-for-it.sh @@ -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" diff --git a/logstash/Dockerfile b/logstash/Dockerfile index 9e9d1de4..bf38a194 100644 --- a/logstash/Dockerfile +++ b/logstash/Dockerfile @@ -1,4 +1,4 @@ -FROM logstash:5.4.2 +FROM logstash:5.5.0 RUN apt-get update diff --git a/wazuh/Dockerfile b/wazuh/Dockerfile index 374a9bd5..7de2203a 100644 --- a/wazuh/Dockerfile +++ b/wazuh/Dockerfile @@ -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/