From f2b3ce8162fbe01ce115133b870b212d150856d7 Mon Sep 17 00:00:00 2001 From: poloz Date: Fri, 29 Jul 2022 15:56:39 +0200 Subject: [PATCH] Change default dashboard listening port for 443 As it is in Wazuh documentation : @see https://documentation.wazuh.com/4.3/installation-guide/wazuh-dashboard/step-by-step.html @see https://documentation.wazuh.com/4.3/getting-started/architecture.html#required-ports --- manifests/dashboard.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/dashboard.pp b/manifests/dashboard.pp index 799aeabd..4c140186 100644 --- a/manifests/dashboard.pp +++ b/manifests/dashboard.pp @@ -12,7 +12,7 @@ $dashboard_fileuser = 'wazuh-dashboard', $dashboard_filegroup = 'wazuh-dashboard', - $dashboard_server_port = '5601', + $dashboard_server_port = '443', $dashboard_server_host = '0.0.0.0', $dashboard_server_hosts = "https://${indexer_server_ip}:${indexer_server_port}", $dashboard_wazuh_api_credentials = [