Hey,
I am trying to change the loading screen logo on the wazuh dashboard. I found a post that provides a guide on how to do that: https://groups.google.com/g/wazuh/c/D_cTXG70ULo The steps I followed are:
for this logo, you have to edit the /etc/wazuh-dashboard/opensearch_dashboards.yml and add the logo URL to the loadingLogo section (for the default and dark mode):
opensearchDashboards.branding:
loadingLogo:
defaultUrl: "<logo url>"
darkModeUrl: "<logo url>"
This is how my config looks like right now: https://preview.redd.it/wazuh-loading-screen-logo-change-issue-v0-e068rf0uilvc1.png?width=1328&format=png&auto=webp&s=ee9778e276f3f90f1249ad7bc1208d72f80c2fae
Upon restarting the wazuh dashboard, I get this error: https://www.reddit.com/media?url=https%3A%2F%2Fpreview.redd.it%2Fwazuh-loading-screen-logo-change-issue-v0-fl8h2odxilvc1.png%3Fwidth%3D1510%26format%3Dpng%26auto%3Dwebp%26s%3D33bb54a10b6d109ca10ff0ffc6e13a16e003a6f3
Does anyone know what I did wrong & how to fix this?
I have another question. When I change the title using the applicationTitle key to let's say MyTitle this is reflected in the Wazuh dashboard as Wazuh - MyTitleDo you know how we can change it to just MyTitle?The weird thing is that before login, on the sign in page the title doesn't have Wazuh prepended, it happens only after login.On Tuesday, April 23, 2024 at 7:15:39 PM UTC+3 Atanas Bobev wrote:Thank you! Just as a recap of our conversation, configs keys can be found here:It became evident that:-> indentation is very important -> by checking the status of the wazuh-dashboard service you will get an error for incorrect indentation-> all images should be png/gif/svg and there should be a space after the colon, e.g., myKey: https://...-> restart the dashboard with each change of the /etc/wazuh-dsahboard/opensearch_dashboards.yml fileBy following these steps I was able to modify most of the visual elements.