Wazuh - Kibana plugin
Go to file
Juanjo Jiménez 4045278ca4 First approach for CSS reordering
This commit reorders all the CSS from the app, removing the hard-coded one from the templates, and making a first approach of reordering in the `less` folder.
2017-11-23 11:22:27 +01:00
public First approach for CSS reordering 2017-11-23 11:22:27 +01:00
server Sorted agents-pci-dss objects 2017-11-20 17:41:50 +01:00
util Added missing dependency. Extracted to single file a repeated function. 2017-10-27 09:22:10 +02:00
.eslintrc.json Using template literals. Removed redundant quotes. Minor improvements 2017-10-30 11:22:01 +01:00
.gitignore Added some console to debug purposes. 2017-10-27 09:03:53 +02:00
.travis.yml Updated travis config file 2017-10-30 11:56:16 +01:00
CHANGELOG.md Update CHANGELOG.md 2017-08-07 17:44:05 +02:00
index.js Adding 'uses' to inject Kibana dependencies 2017-11-13 10:15:44 -05:00
init.js Minor refactoring 2017-10-27 12:21:56 +02:00
LICENSE Initial commit 2016-06-28 19:30:19 -07:00
package.json Using URI for needle requests. Promises waiting for Kibana and Elastic to be ready 2017-11-15 09:35:23 +00:00
README.md Updating README.md 2017-11-13 06:13:19 -05:00

Wazuh

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/

Wazuh - Kibana App Description

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.

Documentation

Overview

Requisites

  • Wazuh HIDS 2.0 or superior
  • Wazuh RESTful API 2.0 or superior
  • Kibana 5.2.2 or superior
  • Elasticsearch 5 or superior

Installation

Kibana version Wazuh App version Installation
5.2.2 2.0 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.0_5.2.2.zip
5.3.0 2.0 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.0_5.3.0.zip
5.3.1 2.0 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.0_5.3.1.zip
5.4.0 2.0 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.0_5.4.0.zip
5.4.1 2.0 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.0_5.4.1.zip
5.4.2 2.0 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.0_5.4.2.zip
5.4.3 2.0 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.0_5.4.3.zip
5.5.0 2.0 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.0_5.5.0.zip
5.5.0 2.0.1 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.0.1_5.5.0.zip
5.5.1 2.0.1 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.0.1_5.5.1.zip
5.5.1 2.1.0 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.1.0_5.5.1.zip
5.5.2 2.1.0 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.1.0_5.5.2.zip
5.5.3 2.1.0 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.1.0_5.5.3.zip
5.6.1 2.1.0 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.1.0_5.6.1.zip
5.6.1 2.1.1 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.1.1_5.6.1.zip
5.6.2 2.1.1 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.1.1_5.6.2.zip
5.6.3 2.1.1 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.1.1_5.6.3.zip
5.6.4 2.1.1 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.1.1_5.6.4.zip

Upgrade

Remove the App using kibana-plugin tool

/usr/share/kibana/bin/kibana-plugin remove wazuh

Install the App

/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.0_5.x.x.zip

Contribute

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 wazuh+subscribe@googlegroups.com, to ask questions and participate in discussions.

Software and libraries used

  • API from Elastic and Kibana (elastic.co).
  • Angular Material (material.angularjs.org).
  • Bootstrap (getbootstrap.com).
  • AngularJS.
  • Node.js (Ryan Dahl).
  • NPM packages Angular animate, aria, cookies, md5, needle and cron.

Wazuh App Copyright (C) 2016 Wazuh Inc. (License GPLv2)

References