Add new Dockerfile for Wazuh indexer

This commit is contained in:
vcerenu
2022-02-02 18:06:20 -03:00
parent 09f87ef233
commit d0476d3f35
21 changed files with 1444 additions and 198 deletions
+4 -4
View File
@@ -12,7 +12,7 @@ services:
- "514:514/udp"
- "55000:55000"
environment:
- ELASTICSEARCH_URL=https://elasticsearch:9700
- ELASTICSEARCH_URL=https://wazuh-indexer:9700
- ELASTIC_USERNAME=admin
- ELASTIC_PASSWORD=admin
- FILEBEAT_SSL_VERIFICATION_MODE=none
@@ -29,7 +29,7 @@ services:
- filebeat_etc:/etc/filebeat
- filebeat_var:/var/lib/filebeat
elasticsearch:
wazuh-indexer:
image: wazuh-indexer
hostname: node1
restart: always
@@ -62,9 +62,9 @@ services:
- SERVER_SSL_ENABLED=false
depends_on:
- elasticsearch
- wazuh-indexer
links:
- elasticsearch:elasticsearch
- wazuh-indexer:wazuh-indexer
- wazuh:wazuh
volumes: