Wazuh is a security detection, visibility, and compliance open source project. It was born as a fork of OSSEC HIDS, later was integrated with Elastic Stack and OpenSCAP evolving into a more comprehensive solution. You can read more in https://wazuh.com/
Visualize and analyze Wazuh alerts stored in Elasticsearch using our Kibana app plugin.
- Obtain statistics per agent, search alerts and filter by using the different visualizations.
- View the Wazuh manager configuration.
- File integrity monitoring.
stable
branch on correspond to the last Wazuh app stable version.master
branch contains the latest code, be aware of possible bugs on this branch.
- Wazuh HIDS 3.11.4
- Wazuh RESTful API 3.11.4
- Kibana 7.6.1
- Elasticsearch 7.6.1
Install the app
cd /usr/share/kibana/
sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.4_7.6.1.zip
Restart Kibana
- Systemd:
systemctl restart kibana
- SysV Init:
service kibana restart
Note: For updates from Wazuh 3.11.x to 3.11.y (regardless of the version of the Elastic Stack) it is recommended to make a backup of the Wazuh app configuration file in order not to lose the modified parameters or the configured APIs.
Stop Kibana
- Systemd:
systemctl stop kibana
- SysV Init:
service kibana stop
Make a backup of the configuration file.
cp /usr/share/kibana/plugins/wazuh/wazuh.yml /tmp/wazuh-backup.yml
Remove the app using kibana-plugin tool
cd /usr/share/kibana/
bin/kibana-plugin remove wazuh
Remove generated bundles
rm -rf /usr/share/kibana/optimize/bundles
Update file permissions. This will avoid several errors prior to updating the app:
chown -R kibana:kibana /usr/share/kibana/optimize
chown -R kibana:kibana /usr/share/kibana/plugins
Install the app
cd /usr/share/kibana/
sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.4_7.6.1.zip
Restore the configuration file backup.
sudo cp /tmp/wazuh-backup.yml /usr/share/kibana/plugins/wazuh/wazuh.yml
Update configuration file permissions.
sudo chown kibana:kibana /usr/share/kibana/plugins/wazuh/wazuh.yml
sudo chmod 600 /usr/share/kibana/plugins/wazuh/wazuh.yml
Restart Kibana
- Systemd:
systemctl restart kibana
- SysV Init:
service kibana restart
If you want to contribute to our project please don't hesitate to send a pull request. You can also join our users mailing list, by sending an email to mailto:wazuh+subscribe@googlegroups.com, to ask questions and participate in discussions.
- https://elastic.co
- https://elastic.github.io/eui
- https://material.angularjs.org
- https://angularjs.org
- https://nodejs.org
- https://npmjs.com
- https://reactjs.org
- https://redux.js.org
Copyright © 2020 Wazuh, Inc.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Find more information about this on the LICENSE file.