mirror of
				https://github.com/wazuh/wazuh-docker.git
				synced 2025-11-03 21:43:15 +00:00 
			
		
		
		
	update ELK and WazuhAPP to version 5.2.1
This commit is contained in:
		@@ -35,7 +35,7 @@ services:
 | 
			
		||||
    environment:
 | 
			
		||||
      - LS_HEAP_SIZE=2048m
 | 
			
		||||
  elasticsearch:
 | 
			
		||||
    image: elasticsearch:5.2.0
 | 
			
		||||
    image: elasticsearch:5.2.1
 | 
			
		||||
    hostname: elasticsearch
 | 
			
		||||
    restart: always
 | 
			
		||||
    command: elasticsearch -E node.name="node-1" -E cluster.name="wazuh" -E network.host=0.0.0.0
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
FROM kibana:5.2.0
 | 
			
		||||
FROM kibana:5.2.1
 | 
			
		||||
 | 
			
		||||
RUN apt-get update && apt-get install -y curl
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ sleep 30
 | 
			
		||||
if /usr/share/kibana/bin/kibana-plugin list | grep wazuh; then
 | 
			
		||||
  echo "Wazuh APP already installed"
 | 
			
		||||
else
 | 
			
		||||
  /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.0_5.2.0.zip
 | 
			
		||||
  /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.0_5.2.1.zip
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
exec $cmd
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
FROM logstash:5.2.0
 | 
			
		||||
FROM logstash:5.2.1
 | 
			
		||||
 | 
			
		||||
RUN apt-get update
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -22,6 +22,10 @@ filter {
 | 
			
		||||
        source => "srcip"
 | 
			
		||||
        target => "GeoLocation"
 | 
			
		||||
    }
 | 
			
		||||
    date {
 | 
			
		||||
        match => ["timestamp", "ISO8601"]
 | 
			
		||||
        target => "@timestamp"
 | 
			
		||||
    }
 | 
			
		||||
    mutate {
 | 
			
		||||
        remove_field => [ "timestamp", "beat", "fields", "input_type", "tags", "count" ]
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user