From e3e8cb49b876dfe0fbdf2e6c8d82fdaee6e4b0d5 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Tue, 22 Feb 2022 13:34:21 -0300 Subject: [PATCH] Fix PR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b008b442..f1c5d6e3 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ API_USERNAME="wazuh" # Wazuh API username API_PASSWORD="wazuh" # Wazuh API password - Must comply with requirements # (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_PASSWORD=admin # Wazuh indexer Password FILEBEAT_SSL_VERIFICATION_MODE=full # Filebeat SSL Verification mode (full or none)