Wazuh - Kibana plugin
Go to file
Manuel Albarral 328e152d0a Merge pull request #36 from wazuh/revert-35-updating-kibana-5-4-2
Revert "Updating Kibana and API version to make the APP works"
2017-06-21 09:58:55 +02:00
configuration Revert "Updating Kibana and API version to make the APP works" 2017-06-21 09:58:42 +02:00
node_modules Index pattern API fix. Setting manager name fix 2017-01-12 09:54:49 -08:00
public Controlling 'undefined' case for '$route.current.params._g' 2017-06-20 09:43:40 +02:00
server Fix issue checking API version 2017-06-01 15:08:10 +00:00
index.js Fixes because 5.2.0 Kibana upgrade. Friendly URLs done. 2017-02-01 13:06:05 -08:00
init.js Fetch agents on demand, when adding new manager. md-select css fixes. updated mapping 2017-02-23 04:53:18 -08:00
LICENSE Initial commit 2016-06-28 19:30:19 -07:00
package.json Revert "Updating Kibana and API version to make the APP works" 2017-06-21 09:58:42 +02:00
README.md Update package.json version in order to install in kibana 5.4.1. 2017-06-04 10:22:12 -05:00

Wazuh - Kibana App

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 Installation
5.2.2 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.0_5.2.2.zip
5.3.0 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.0_5.3.0.zip
5.3.1 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.0_5.3.1.zip
5.4.0 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.0_5.4.0.zip
5.4.1 /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.0_5.4.1.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

Documentation

Branches

  • stable branch on correspond to the last stable version.
  • master branch contains the latest code, be aware of possible bugs on this branch.
  • development branch includes all the new features we're adding and testing.

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