wazuh-splunk
wazuh-splunk copied to clipboard
OwlH management integration
Hi team,
We are going to do a first approach on how to perform an OwlH configuration management integration, in order to migrate the OwlH configuration UI into our Wazuh app. For this purpose, we need to create a new management section called OwlH management where we will implement new functionality to manage OwlH hosts and nodes performing calls to their API.
To carry out his we are going to follow these steps:
- [ ] Add in our
wazuh.yml
the settings needed to configure the external OwlH API connection. - [ ] Create the necessary forms or actions to make the configuration calls to the API.
- [ ] Normalize the requests and responses body.
Regards.