Comprehensive plugins for threat detection, compliance management, and endpoint visibility. Monitor security events, detect vulnerabilities, and maintain compliance across your infrastructure.
Get up and running with Wazuh Dashboard Plugins in minutes
1
Install the plugins
Install Wazuh Dashboard Plugins compatible with your OpenSearch Dashboards version. The plugins are distributed as part of the Wazuh platform or can be built from source.
# Download the plugin packagewget https://packages.wazuh.com/wazuhapp/wazuhapp-5.0.0-3.5.0.zip# Install the plugin/usr/share/wazuh-dashboard/bin/opensearch-dashboards-plugin install file:///path/to/wazuhapp-5.0.0-3.5.0.zip
Ensure your OpenSearch Dashboards version matches the plugin compatibility requirements. See the compatibility page for version mappings.
2
Configure the Wazuh API connection
Configure the connection to your Wazuh server API in the OpenSearch Dashboards settings. You can add multiple API hosts for high availability.
Enable run_as mode to allow users to authenticate with their own Wazuh credentials instead of using a shared API user.
3
Access the dashboard
Restart OpenSearch Dashboards and navigate to the Wazuh application. The plugins will initialize the required index patterns and health checks automatically.
systemctl restart wazuh-dashboard
Open your browser and go to https://your-dashboard-url/app/wazuh. You’ll see the main dashboard with agent overview, security events, and threat hunting capabilities.
4
Deploy your first agent
Deploy a Wazuh agent to start monitoring endpoints. Agents collect security data and send it to the Wazuh server for analysis.
Get started with Wazuh Dashboard Plugins today and gain comprehensive visibility into your security posture. Follow our quickstart guide to deploy your first monitored environment.