wazuh-ansible-4.8.1/ansible-role-kibana
Miguelangel Freitas 8316ae54ce Updating for Wazuh 3.1 compatibility
* Added support for Vuls command wodle.
* Added support for CIS-CAT wodle.
2017-12-26 10:02:04 -05:00
..
defaults Updating to Wazuh 3 and Elastic Stack 6 2017-12-21 20:05:34 -05:00
handlers split and update formulas 2017-04-04 11:01:24 -04:00
meta Kibana role: Updating meta info 2017-07-13 08:48:43 -04:00
tasks Updating for Wazuh 3.1 compatibility 2017-12-26 10:02:04 -05:00
templates Kibana role: Updating tasks, config template and set kibana listen port 2017-07-13 09:35:31 -04:00
README.md Replacing ELK with Elastic 2017-07-19 17:29:32 -07:00

Ansible Role: Kibana for Elastic Stack

An Ansible Role that installs Kibana and Wazuh APP.

Requirements

This role will work on:

  • Red Hat
  • CentOS
  • Fedora
  • Debian
  • Ubuntu

Role Variables

---
  elasticsearch_http_port: "9200"
  elasticsearch_network_host: "127.0.0.1"
  kibana_server_host: "0.0.0.0"
  kibana_server_port: "5601"
  elastic_stack_version: 5.5.0

Example Playbook

  - hosts: kibana
    roles:
      - { role: ansible-role-kibana, elasticsearch_network_host: '192.168.33.182' }

WAZUH Copyright (C) 2017 Wazuh Inc. (License GPLv3)

Based on previous work from geerlingguy

Modified by Wazuh

The playbooks have been modified by Wazuh, including some specific requirements, templates and configuration to improve integration with Wazuh ecosystem.