From 3086096c19bec7934cb28fa913463ccb13fe364d Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Thu, 22 Oct 2020 14:31:45 +0200 Subject: [PATCH] Rename env variables to match new config naming --- kibana-opendistro/config/wazuh_app_config.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kibana-opendistro/config/wazuh_app_config.sh b/kibana-opendistro/config/wazuh_app_config.sh index fca9bd8f..95f0d895 100644 --- a/kibana-opendistro/config/wazuh_app_config.sh +++ b/kibana-opendistro/config/wazuh_app_config.sh @@ -3,8 +3,8 @@ wazuh_url="${WAZUH_API_URL:-https://wazuh}" wazuh_port="${API_PORT:-55000}" -api_user="${API_USER:-wazuh}" -api_password="${API_PASS:-wazuh}" +api_username="${API_USERNAME:-wazuh}" +api_password="${API_PASSWORD:-wazuh}" kibana_config_file="/usr/share/kibana/optimize/wazuh/config/wazuh.yml" @@ -56,7 +56,7 @@ hosts: - 1513629884013: url: $wazuh_url port: $wazuh_port - username: $api_user + username: $api_username password: $api_password EOF else