Skip to content

how to change and run (live) the source code and after that get a build from changed source code #4945

Closed Answered by AlexRuiz7
hassanhajizadeh asked this question in Q&A
Discussion options

You must be logged in to vote

@haji-cyber you need to run yarn kbn bootstrap before cloning the wazuh-kibana-app. So, the correct order would be:

  1. Clone Kibana
  2. Use the correct version of Node: nvm use.
  3. Run yarn kbn bootstrap.
  4. Clone wazuh-kibana-app inside kibana/plugins.
  5. Run yarn inside kibana/plugins/wazuh-kibana-app.
  6. Run yarn start --no-base-path in the kibana folder.
  7. The config file will be created in kibana/data/wazuh/config/wazuh.yml Edit it accordingly. No need to restart.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@hassanhajizadeh
Comment options

@AlexRuiz7
Comment options

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