Skip to content

How to change the ui of wazuh dashboard from it's code? Please help. #7188

Answered by Tostti
Prathamesh314 asked this question in Q&A
Discussion options

You must be logged in to vote

In the first image that you show, the environment is working as expected. That API screen is part of the Wazuh plugin, meaning that is being correctly read.

Regarding the API errors, I found the cause of the error, that was due to a wrong IP in the imposter configuration file. To solve it, open wazuh-dashboard-plugins/docker/imposter/wazuh-config.yml and replace

specFile: https://raw.githubusercontent.com/wazuh/wazuh/4.9.2/api/api/spec/spec.yaml

with

specFile: https://raw.githubusercontent.com/wazuh/wazuh/v4.9.2/api/api/spec/spec.yaml

(add a v before the Wazuh version). After that, you can start the imposter container again and it should work.

There's also the option to set a real manag…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@Tostti
Comment options

Tostti Dec 10, 2024
Collaborator

@Prathamesh314
Comment options

@Prathamesh314
Comment options

@Tostti
Comment options

Tostti Dec 11, 2024
Collaborator

Answer selected by Tostti
@Prathamesh314
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants