Hi,
I want to customize the Wazuh_Dashboard_App, so I decided follow OpenSearch Kibana Plugin development path.
I checked out the source code
Build Dashboard
1. Bootstrap :
yarn osd bootstrap
2. Start OpenSearch Server :
yarn opensearch snapshot
3. Start Dashboard server : yarn start
I was able to open the dashboard. So brought down the server and dashboard to build Wazuh plugin.
Build Wazuh Plugin
1. Copied plugin directory from Kibana-Plugin to Plugin directory of Dashboard.
2. yarn update and yarn build
Ran the OpenSearch Server and then the Dashboard server.
I could see the Wazuh plugin but it complained about API not being available.
I failed to see that Wazuh Manager is required and couldn't find an easy way to build it on my windows machine.
I think I may have take a complicated path for development. Is there a documentation around it ?
Any suggestions?
Thanks