Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the step of restarting Wazuh-dashboard when modifying logos #7678

Merged
merged 2 commits into from
Aug 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions source/user-manual/wazuh-dashboard/custom-branding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ To customize the *global App loading* logo, do the following.
loadingLogo:
defaultUrl: "https://domain.org/default-logo.png"
darkModeUrl: "https://domain.org/dark-mode-logo.png"

#. Restart the Wazuh dashboard service using this command:
yenienserrano marked this conversation as resolved.
Show resolved Hide resolved

.. code-block:: console

# systemctl restart wazuh-dashboard

To customize the *Wazuh plugins loading* logo, do the following.

Expand Down Expand Up @@ -104,6 +110,12 @@ To customize the *Wazuh dashboard home* logo in the top header, do the following
defaultUrl: "https://domain.org/default-logo.png"
darkModeUrl: "https://domain.org/dark-mode-logo.png"

#. Restart the Wazuh dashboard service using this command:
yenienserrano marked this conversation as resolved.
Show resolved Hide resolved

.. code-block:: console

# systemctl restart wazuh-dashboard

Once you are done setting your custom logo image, you can find it saved in ``/usr/share/wazuh-dashboard/plugins/wazuh/public/assets/custom/images/``.

Custom branding of the PDF reports
Expand Down