Upgrade containters to 3.1.0_6.1.1

This commit is contained in:
José Luis Ruiz Ruiz
2018-01-07 18:50:37 +01:00
parent 5c7454270e
commit 3d813cb2fe
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ services:
- LS_HEAP_SIZE=2048m
- XPACK_MONITORING_ENABLED=false
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:6.1.0
image: docker.elastic.co/elasticsearch/elasticsearch:6.1.1
hostname: elasticsearch
restart: always
ports:
+1 -1
View File
@@ -1,4 +1,4 @@
FROM docker.elastic.co/kibana/kibana:6.1.0
FROM docker.elastic.co/kibana/kibana:6.1.1
USER root
+1 -1
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-3.1.0_6.1.0.zip}
WAZUH_KIBANA_PLUGIN_URL=${WAZUH_KIBANA_PLUGIN_URL:-https://packages.wazuh.com/wazuhapp/wazuhapp-3.1.0_6.1.1.zip}
until curl -XGET $host:9200; do
>&2 echo "Elastic is unavailable - sleeping"
+1 -1
View File
@@ -1,3 +1,3 @@
FROM docker.elastic.co/logstash/logstash:6.1.0
FROM docker.elastic.co/logstash/logstash:6.1.1
COPY config/logstash.conf /etc/logstash/conf.d/logstash.conf