mirror of
				https://github.com/wazuh/wazuh-docker.git
				synced 2025-11-03 21:43:15 +00:00 
			
		
		
		
	Merge pull request #14 from peteralcock/patch-2
Fix ES hostname resolution for kibana/logstash
This commit is contained in:
		@@ -26,7 +26,7 @@ services:
 | 
				
			|||||||
#      - my-path:/etc/logstash/conf.d
 | 
					#      - my-path:/etc/logstash/conf.d
 | 
				
			||||||
    links:
 | 
					    links:
 | 
				
			||||||
     - kibana
 | 
					     - kibana
 | 
				
			||||||
     - elasticsearch
 | 
					     - elasticsearch:elasticsearch
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - "5000:5000"
 | 
					      - "5000:5000"
 | 
				
			||||||
    networks:
 | 
					    networks:
 | 
				
			||||||
@@ -59,6 +59,8 @@ services:
 | 
				
			|||||||
        - docker_elk
 | 
					        - docker_elk
 | 
				
			||||||
    depends_on:
 | 
					    depends_on:
 | 
				
			||||||
      - elasticsearch
 | 
					      - elasticsearch
 | 
				
			||||||
 | 
					    links:
 | 
				
			||||||
 | 
					      - elasticsearch:elasticsearch
 | 
				
			||||||
    entrypoint: sh wait-for-it.sh elasticsearch
 | 
					    entrypoint: sh wait-for-it.sh elasticsearch
 | 
				
			||||||
#    environment:
 | 
					#    environment:
 | 
				
			||||||
#      - "WAZUH_KIBANA_PLUGIN_URL=http://your.repo/wazuhapp-2.0_5.4.2.zip"
 | 
					#      - "WAZUH_KIBANA_PLUGIN_URL=http://your.repo/wazuhapp-2.0_5.4.2.zip"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user