Set up Cross-Cluster Search
URL: https://<WAZUH_DASHBOARD_IP>
Username: admin
Password: admin# Note: Add the Wazuh indexer node name for clusters A and B to the "cluster.remote" section and their corresponding IP addresses to the "seeds" section.
PUT _cluster/settings
{
"persistent": {
"cluster.remote": {
"ca-wazuh-indexer-1": {
"seeds": ["192.168.10.101:9300"]
},
"cb-wazuh-indexer-1": {
"seeds": ["192.168.20.101:9300"]
}
}
}
}Configure the wazuh-alerts-* index pattern
wazuh-alerts-* index patternConfigure the wazuh-states-vulnerabilities* index pattern
wazuh-states-vulnerabilities* index patternTroubleshooting :

Resources used for this documentation :
Last updated