You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. While updating Docker images while keeping custom configurations, I encountered two issues.
The first issue is the change in the default directory, which is now /app/wz-home/. When accessing it using the old URL, the message "Application not found" appears. I solved this issue by editing the file wazuh-docker/single-node/config/wazuh_dashboard/opensearch_dashboards.yml and changing uiSettings.overrides.defaultRoute: /app/wazuh to uiSettings.overrides.defaultRoute: /app/wz-home.
Hello. While updating Docker images while keeping custom configurations, I encountered two issues.
The first issue is the change in the default directory, which is now
/app/wz-home/
. When accessing it using the old URL, the message "Application not found" appears. I solved this issue by editing the filewazuh-docker/single-node/config/wazuh_dashboard/opensearch_dashboards.yml
and changinguiSettings.overrides.defaultRoute: /app/wazuh to uiSettings.overrides.defaultRoute: /app/wz-home
.The second issue is related to the message "Vulnerability detection seems to be disabled or has a problem." I couldn’t find a way to permanently edit the file
/var/lib/docker/volumes/single-node_wazuh_etc/_data/ossec.conf
to make it compatible with the changes described in the official documentation: https://documentation.wazuh.com/current/user-manual/capabilities/vulnerability-detection/configuring-scans.html#configuring-vulnerability-detection.The text was updated successfully, but these errors were encountered: