forked from wazuh/wazuh-docker
Fix PR
This commit is contained in:
@@ -39,7 +39,7 @@ API_USERNAME="wazuh" # Wazuh API username
|
|||||||
API_PASSWORD="wazuh" # Wazuh API password - Must comply with requirements
|
API_PASSWORD="wazuh" # Wazuh API password - Must comply with requirements
|
||||||
# (8+ length, uppercase, lowercase, specials chars)
|
# (8+ length, uppercase, lowercase, specials chars)
|
||||||
|
|
||||||
INDEXER_URL=https://elasticsearch:9200 # Wazuh indexer URL
|
INDEXER_URL=https://wazuh1.indexer:9700 # Wazuh indexer URL
|
||||||
INDEXER_USERNAME=admin # Wazuh indexer Username
|
INDEXER_USERNAME=admin # Wazuh indexer Username
|
||||||
INDEXER_PASSWORD=admin # Wazuh indexer Password
|
INDEXER_PASSWORD=admin # Wazuh indexer Password
|
||||||
FILEBEAT_SSL_VERIFICATION_MODE=full # Filebeat SSL Verification mode (full or none)
|
FILEBEAT_SSL_VERIFICATION_MODE=full # Filebeat SSL Verification mode (full or none)
|
||||||
|
|||||||
Reference in New Issue
Block a user