You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
Hi Team,
I have setup wazuh on kubernetes environment with GKE . Setup is completed and all pods are working as expected. I need to apply some custom configurations in existing master statefulset manifest file. I have gone through anomaly detection setup for wazuh in doc : https://wazuh.com/blog/enhancing-it-security-with-anomaly-detection/. Has anyone tried this setup in existing kubernetes environments? If so please give me some suggestions as I am facing container issues while trying to setup anomaly detection in kubernetes
Tomas Benitez Vescio
unread,
Jul 10, 2024, 1:43:15 PM7/10/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
Hi,
Could share exactly what steps have you taken so far and what are the issues you are facing?
Aishwarya Vinod
unread,
Jul 11, 2024, 3:17:15 AM7/11/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
2. Extract the OpenSearch Dashboard 2.6.0 package:
tar -xvzf opensearch-dashboards.tar.gz
3. Copy the anomalyDetectionDashboards plugin files to the /usr/share/wazuh-dashboard/plugins directory:
cp -r opensearch-dashboards-2.6.0/plugins/anomalyDetectionDashboards/ /usr/share/wazuh-dashboard/plugins/ Optional: Remove the downloaded OpenSearch Dashboards files after copying them to the Wazuh dashboard plugins directory:
rm -rf opensearch-dashboards-2.6.0/ opensearch-dashboards.tar.gz 4. Change the ownership and permissions of the files:
chown -R wazuh-dashboard:wazuh-dashboard /usr/share/wazuh-dashboard/plugins/anomalyDetectionDashboards/ chmod -R 750 /usr/share/wazuh-dashboard/plugins/anomalyDetectionDashboards/ 5. Restart the Wazuh dashboard for the changes to take effect:
systemctl restart wazuh-dashboard
Is this the correct approach? I am unablet to finf anomaly detection option in dashboard sections on web UI
Tomas Benitez Vescio
unread,
Jul 11, 2024, 8:29:11 AM7/11/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
Whats the output you see when running the following command? does "anomalyDetectionDashboards" appear there?
sudo -u wazuh-dashboard /usr/share/wazuh-dashboard/bin/opensearch-dashboards-plugin list
Also, do you see any error logs when executing the following?