From fb20a0d1ba4a69a975b51c9895a91cfe2a422ad4 Mon Sep 17 00:00:00 2001 From: Victor Carlos Erenu Date: Wed, 15 Jul 2026 17:42:58 +0700 Subject: [PATCH] Change admin user on IndexerConnector configuration --- docs/ref/configuration/environment-variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ref/configuration/environment-variables.md b/docs/ref/configuration/environment-variables.md index f0b3b45a..313db3a3 100644 --- a/docs/ref/configuration/environment-variables.md +++ b/docs/ref/configuration/environment-variables.md @@ -57,8 +57,8 @@ The Wazuh Dashboard container accepts the following environment variables, which ```yaml environment: - - INDEXER_USERNAME=wazuh-admin - - INDEXER_PASSWORD=wazuh-admin + - INDEXER_USERNAME=wazuh-manager + - INDEXER_PASSWORD=wazuh-manager - WAZUH_API_URL=https://wazuh.manager - DASHBOARD_USERNAME=kibanaserver - DASHBOARD_PASSWORD=kibanaserver