wazuh-ansible-4.8.1/roles/elastic-stack/ansible-kibana
2020-10-08 17:14:35 +02:00
..
defaults Bump to Wazuh version v3.13.2 2020-09-18 15:06:21 +02:00
handlers Handlers refactor 2020-06-23 17:01:32 +02:00
meta Added molecule test for the Wazuh Agent 2019-04-27 15:26:18 +02:00
tasks Ensure recursive /usr/share/kibana permissions before installing WUI 2020-10-08 17:14:35 +02:00
templates add a variable to define elasticsearch.ssl.verificationMode in kibana 2020-07-20 13:23:05 +02:00
README.md Added support for Filebeat-oss and several improvements 2020-06-04 21:17:33 +02: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) 2020 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.