how to change and run (live) the source code and after that get a build from changed source code #4945
-
Hello EO "kibana, elasticsearch , ... are installed and i run the regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @haji-cyber.
Important considerationsWith the above step, you only have installed the To build a custom package with the changes made. I leave an official wiki article that explains how to make it: https://github.com/wazuh/wazuh-kibana-app/wiki/Build-Wazuh-app-package Also, we have a slack channel called Best regards |
Beta Was this translation helpful? Give feedback.
@haji-cyber you need to run
yarn kbn bootstrap
before cloning thewazuh-kibana-app
. So, the correct order would be:nvm use
.yarn kbn bootstrap
.wazuh-kibana-app
insidekibana/plugins
.yarn
insidekibana/plugins/wazuh-kibana-app
.yarn start --no-base-path
in thekibana
folder.kibana/data/wazuh/config/wazuh.yml
Edit it accordingly. No need to restart.