Hi,
To update the IP address of the Wazuh Dashboard, you can follow the steps below:
On the Indexer server:
Step 1: Generate New Certificates
Refer to the Wazuh documentation on certificate generation to create new certificates.
Update the config.yml file with the new IP address of the Wazuh Dashboard server. Keep the rest of the IPs unchanged.
After generating the certificates, copy the wazuh-certificate.tar file to all Wazuh servers.
Step 2: Deploy Certificates
Extract the wazuh-certificate.tar file on all servers and place the certificates in their respective paths on the Indexer.
Refer to the Wazuh certificate deployment guide for guidance.
Reload the daemon and restart the Wazuh Indexer service:
systemctl daemon-reload
systemctl enable wazuh-indexer
systemctl start wazuh-indexer
Step 3: Initialize the Cluster
Run the following script to initialize the cluster:
Check the Wazuh Indexer status:
systemctl status wazuh-indexerOn the Wazuh manager server:
Step 1: Deploy New CertificatesRefer to the Wazuh certificate deployment documentation for instructions.
Enable and start the Wazuh manager service:
systemctl daemon-reload
systemctl enable wazuh-manager
systemctl start wazuh-manager
Check the status of Wazuh manager service:
systemctl status wazuh-manager
Enable and start the filebeat service:
systemctl daemon-reload
systemctl enable filebeat
systemctl start filebeat
On the Wazuh dashboard server:
Step 1: Update Dashboard Configuration
Edit the file /etc/wazuh-dashboard/opensearch_dashboards.yml and update the server.host field with the new IP address.
Example:
server.host: 0.0.0.0
server.port: 443
opensearch.hosts: https://localhost:9200
opensearch.ssl.verificationMode: certificate
Step 2: Deploy Certificates
Follow the Wazuh certificate deployment documentation to configure the certificates correctly.
Step 3: Restart the Dashboard Service
systemctl daemon-reload
systemctl enable wazuh-dashboard
systemctl start wazuh-dashboard
Check if alerts are being generated on the Wazuh manager, run the following command on the Wazuh manager server:
Please share the findings from the above steps, including the full output of the commands, so we can assist you further with the analysis.
For configuring wildcard certificates for the Wazuh dashboard, you can refer to the Wazuh documentation for step-by-step guidance.