Update to Elastic 6.1.3

This commit is contained in:
José Luis Ruiz Ruiz
2018-02-08 16:14:04 +01:00
parent b081ff3bc7
commit 98007ea2f4
4 changed files with 6 additions and 6 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.2
image: docker.elastic.co/elasticsearch/elasticsearch:6.1.3
hostname: elasticsearch
restart: always
ports:
+3 -3
View File
@@ -1,4 +1,4 @@
FROM docker.elastic.co/kibana/kibana:6.1.2
FROM docker.elastic.co/kibana/kibana:6.1.3
USER root
@@ -6,7 +6,7 @@ COPY ./config/kibana.yml /usr/share/kibana/config/kibana.yml
COPY config/wait-for-it.sh /wait-for-it.sh
ADD https://packages.wazuh.com/wazuhapp/wazuhapp-3.1.0_6.1.2.zip /tmp
ADD https://packages.wazuh.com/wazuhapp/wazuhapp-3.1.0_6.1.3.zip /tmp
ADD https://raw.githubusercontent.com/wazuh/wazuh/3.1/extensions/elasticsearch/wazuh-elastic6-template-alerts.json /usr/share/kibana/config
@@ -14,7 +14,7 @@ ADD https://raw.githubusercontent.com/wazuh/wazuh/3.1/extensions/elasticsearch/w
ADD https://raw.githubusercontent.com/wazuh/wazuh/3.1/extensions/elasticsearch/alert_sample.json /usr/share/kibana/config
RUN /usr/share/kibana/bin/kibana-plugin install file:///tmp/wazuhapp-3.1.0_6.1.2.zip
RUN /usr/share/kibana/bin/kibana-plugin install file:///tmp/wazuhapp-3.1.0_6.1.3.zip
RUN rm -rf /tmp/*
+1 -1
View File
@@ -1,3 +1,3 @@
FROM docker.elastic.co/logstash/logstash:6.1.2
FROM docker.elastic.co/logstash/logstash:6.1.3
COPY config/logstash.conf /etc/logstash/conf.d/logstash.conf
+1 -1
View File
@@ -1,5 +1,5 @@
FROM phusion/baseimage:latest
ARG FILEBEAT_VERSION=6.1.2
ARG FILEBEAT_VERSION=6.1.3
RUN apt-get update; apt-get -y dist-upgrade
RUN apt-get -y install openssl postfix bsd-mailx curl apt-transport-https lsb-release