Fixed logstash template and docker-compose.yml versions

This commit is contained in:
José Luis Ruiz Ruiz
2018-07-25 17:20:43 -04:00
parent 74c2948bc8
commit b927c98585
4 changed files with 4 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ services:
depends_on:
- logstash
logstash:
image: wazuh/wazuh-logstash:3.3.1_6.3.1
image: wazuh/wazuh-logstash:3.4.0_6.3.1
hostname: logstash
restart: always
# volumes:
@@ -75,7 +75,7 @@ services:
- elasticsearch:elasticsearch
- wazuh:wazuh
nginx:
image: wazuh/wazuh-nginx:3.3.1_6.3.1
image: wazuh/wazuh-nginx:3.4.0_6.3.1
hostname: nginx
restart: always
environment:

View File

@@ -5,7 +5,7 @@ USER root
ADD https://packages.wazuh.com/wazuhapp/wazuhapp-${WAZUH_APP_VERSION}.zip /tmp
ADD https://raw.githubusercontent.com/wazuh/wazuh/3.3/extensions/elasticsearch/wazuh-elastic6-template-alerts.json /usr/share/kibana/config
ADD https://raw.githubusercontent.com/wazuh/wazuh/3.4/extensions/elasticsearch/wazuh-elastic6-template-alerts.json /usr/share/kibana/config
RUN NODE_OPTIONS="--max-old-space-size=3072" /usr/share/kibana/bin/kibana-plugin install file:///tmp/wazuhapp-${WAZUH_APP_VERSION}.zip &&\
chown -R kibana.kibana /usr/share/kibana &&\

View File

@@ -90,10 +90,3 @@ logging.quiet: true
# Set the interval in milliseconds to sample system and process performance
# metrics. Minimum is 100ms. Defaults to 10000.
# ops.interval: 10000
xpack.security.enabled: false
xpack.grokdebugger.enabled: false
xpack.graph.enabled: false
xpack.ml.enabled: false
xpack.monitoring.enabled: false
xpack.reporting.enabled: false

View File

@@ -33,7 +33,7 @@ filter {
target => "@timestamp"
}
mutate {
remove_field => ["timestamp", "beat", "input_type", "tags", "count", "@version", "log", "offset", "type", "@src_ip", "host"]
remove_field => [ "timestamp", "beat", "input_type", "tags", "count", "@version", "log", "offset", "type", "@src_ip", "host"]
}
}
output {