Skip to content

Commit

Permalink
Add default value to the configuration for wazuh_core.hosts setting (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Desvelao authored Jan 27, 2025
1 parent b44f459 commit 669e472
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to the Wazuh app project will be documented in this file.

## Wazuh dashboard v5.0.0 - OpenSearch Dashboards 2.18.0 - Revision 00

### Added

- Added default value to the configuration for `wazuh_core.hosts` setting [#505](https://github.com/wazuh/wazuh-dashboard/pull/505)

### Changed

- Changed the reportingDashboards platform plugin to a customized one and adapt the build tools [#340](https://github.com/wazuh/wazuh-dashboard/pull/340)
Expand Down
7 changes: 7 additions & 0 deletions config/opensearch_dashboards.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ server.ssl.key: "/etc/wazuh-dashboard/certs/dashboard-key.pem"
server.ssl.certificate: "/etc/wazuh-dashboard/certs/dashboard.pem"
opensearch.ssl.certificateAuthorities: ["/etc/wazuh-dashboard/certs/root-ca.pem"]
uiSettings.overrides.defaultRoute: /app/home
wazuh_core.hosts:
manager:
url: 'https://localhost'
port: 55000
username: wazuh-wui
password: wazuh-wui
run_as: false

0 comments on commit 669e472

Please sign in to comment.