wazuh-dashboard-plugins icon indicating copy to clipboard operation
wazuh-dashboard-plugins copied to clipboard

Feature Request - Kibana monitoring Failover

Open migruiz4 opened this issue 5 years ago • 1 comments

Hi team,

With the current Wazuh App configuration for HA environments where there is more than one Kibana instance, it's necessary to configure:

#In the 'master' Kibana instance: 
wazuh.monitoring.enabled: true
#In the other Kibana instances:
wazuh.monitoring.enabled: worker

If the instance configured as Master fails, the monitoring information will stop being indexed.

This makes it impossible to configure monitoring with High Availability.

I suggest adding some failover solution so the worker node would retrieve the monitoring information in case the 'master' Wazuh App is not working.

Best regards, Miguel

migruiz4 avatar Mar 04 '19 11:03 migruiz4

Working on a solution in this branch https://github.com/wazuh/wazuh-kibana-app/tree/monitoring-failover

juankaromo avatar Mar 14 '19 14:03 juankaromo