wazuh loading screen logo

194 views
Skip to first unread message

Knowledge In Data

unread,
Aug 19, 2024, 6:49:31 AM8/19/24
to Wazuh | Mailing List
Hi, 
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:
# darkModeUrl: ""
# faviconUrl: ""
applicationTitle: "test"

Does anyone know what I did wrong & how to fix this?

Lamya Imam

unread,
Aug 19, 2024, 7:27:28 AM8/19/24
to Wazuh | Mailing List
Hello Knowledge In Data,

Image files with the extension .gif are not supported for the App loading logo. The supported extensions are: .jpeg.jpg.png, and .svg
For the loading screen logo on the Wazuh dashboard, you need to upload the image file in Dashboard management > App Settings > customization.logo.app [As shown in the  attached screenshot]. 
Reference: https://documentation.wazuh.com/current/user-manual/wazuh-dashboard/custom-branding.html#custom-logos-in-the-wazuh-dashboard

Let me know if this worked out for you!
image.png

Knowledge In Data

unread,
Aug 19, 2024, 8:35:49 AM8/19/24
to Lamya Imam, Wazuh | Mailing List
Hi, 
I have tried ,  Initially when the application is loading in that scenario I need to remove the logo and the title name. Can you please sort this issue out?

--
You received this message because you are subscribed to a topic in the Google Groups "Wazuh | Mailing List" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/wazuh/CTQtZhCYL7w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to wazuh+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/1fbbbd81-5639-4d9f-bd18-81ec41435c25n%40googlegroups.com.
Screenshot from 2024-08-19 17-50-39.png

Knowledge In Data

unread,
Aug 20, 2024, 5:51:40 AM8/20/24
to Wazuh | Mailing List

hi, 


Can you please me to solve this loading logo and application title name issue.
 I have tried all the steps , incase if i try to restart the application it is showing refused to connect.   kindly help me to solve the problem.  
Screenshot from 2024-08-19 17-50-39.png

Lamya Imam

unread,
Aug 21, 2024, 3:10:09 AM8/21/24
to Wazuh | Mailing List
Hello Knowledge In Data,

This could happen due to the size of the image file not meeting the recommended dimensions.
I would suggest you to ensure that your image dimension is 300x70px as suggested and upload it in the App Settings > customization.logo.app.
Then add the configuration at /etc/wazuh-dashboard/opensearch_dashboards.yml  like this:
opensearchDashboards.branding:
   mark:
      defaultUrl: "https://domain.org/default-logo.png"
      darkModeUrl: "https://domain.org/dark-mode-logo.png"


Restart the wazuh dashboard and check if it is working now.

Please check the screenshots attached for reference.

Let me know the update!
Screenshot 2024-08-21 130908.png
Screenshot 2024-08-21 130808.png

Knowledge In Data

unread,
Aug 21, 2024, 8:33:39 AM8/21/24
to Lamya Imam, Wazuh | Mailing List
Thanks Lamya, for solving the loading logo.  one more request, i'm trying to change the application title but getting like this, Can you help me to solve this problem?


image.png

Lamya Imam

unread,
Aug 27, 2024, 9:09:27 AM8/27/24
to Wazuh | Mailing List
Hello Knowledge In Data,

Have you added the following line inside /etc/wazuh-dashboard/opensearch-dashboards.yml file?
applicationTitle: "test"

I believe this is happening due to indentation issue. Make sure the indentation is correct.
Please check the screenshot attached for reference.

Check out this documentation to learn more about Custom branding:
https://opensearch.org/docs/latest/dashboards/branding/

Hope this solves the issue! 
Screenshot 2024-08-27 190554.png
Screenshot 2024-08-27 113546.png

Knowledge In Data

unread,
Nov 25, 2024, 5:35:28 AM11/25/24
to Lamya Imam, Wazuh | Mailing List
Hi, 

suddenly my wazuh application is stopped, I'm trying to run again the application  using the command [  ./wazuh-install.sh -a -o ]  , but getting like this




 /var/www/html# ./wazuh-install.sh -a -o
25/11/2024 15:58:20 INFO: Starting Wazuh installation assistant. Wazuh version: 4.5.4
25/11/2024 15:58:20 INFO: Verbose logging redirected to /var/log/wazuh-install.log
25/11/2024 15:58:23 INFO: --- Removing existing Wazuh installation ---
25/11/2024 15:58:23 INFO: Installation cleaned.
25/11/2024 15:58:33 INFO: Wazuh web interface port will be 443.
25/11/2024 15:58:45 INFO: Wazuh repository added.
25/11/2024 15:58:45 INFO: --- Configuration files ---
25/11/2024 15:58:45 INFO: Generating configuration files.
25/11/2024 15:58:47 INFO: Created wazuh-install-files.tar. It contains the Wazuh cluster key, certificates, and passwords necessary for installation.
25/11/2024 15:58:47 INFO: --- Wazuh indexer ---
25/11/2024 15:58:47 INFO: Starting Wazuh indexer installation.
25/11/2024 15:58:50 ERROR: Wazuh indexer installation failed.
25/11/2024 15:58:50 INFO: --- Removing existing Wazuh installation ---
25/11/2024 15:58:51 INFO: Installation cleaned.

Can you please help me to solve the issue and explain to me the mistake I made??  




Knowledge In Data

unread,
Nov 25, 2024, 5:38:07 AM11/25/24
to Wazuh | Mailing List
Hi, 

suddenly my wazuh application is stopped, I'm trying to run again the application  using the command [  ./wazuh-install.sh -a -o ]  , but getting like this




 /var/www/html# ./wazuh-install.sh -a -o
25/11/2024 15:58:20 INFO: Starting Wazuh installation assistant. Wazuh version: 4.5.4
25/11/2024 15:58:20 INFO: Verbose logging redirected to /var/log/wazuh-install.log
25/11/2024 15:58:23 INFO: --- Removing existing Wazuh installation ---
25/11/2024 15:58:23 INFO: Installation cleaned.
25/11/2024 15:58:33 INFO: Wazuh web interface port will be 443.
25/11/2024 15:58:45 INFO: Wazuh repository added.
25/11/2024 15:58:45 INFO: --- Configuration files ---
25/11/2024 15:58:45 INFO: Generating configuration files.
25/11/2024 15:58:47 INFO: Created wazuh-install-files.tar. It contains the Wazuh cluster key, certificates, and passwords necessary for installation.
25/11/2024 15:58:47 INFO: --- Wazuh indexer ---
25/11/2024 15:58:47 INFO: Starting Wazuh indexer installation.
25/11/2024 15:58:50 ERROR: Wazuh indexer installation failed.
25/11/2024 15:58:50 INFO: --- Removing existing Wazuh installation ---
25/11/2024 15:58:51 INFO: Installation cleaned.

Can you please help me to solve the issue and explain to me the mistake I made??  

--
You received this message because you are subscribed to a topic in the Google Groups "Wazuh | Mailing List" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/wazuh/CTQtZhCYL7w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to wazuh+un...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages