wazuh-ansible-4.8.1/roles/elastic-stack/ansible-kibana
2019-11-26 16:38:40 +01:00
..
defaults Fix Nodejs in Kibana and rename 'repo_dic' to 'repo_dict' 2019-11-26 15:00:22 +01:00
handlers changing permissions 2019-07-17 12:21:19 +02:00
meta changing permissions 2019-07-17 12:21:19 +02:00
tasks Fix typo in build_wazuh_plugin.yml 2019-11-26 16:38:40 +01:00
templates Update kibana template 2019-08-08 17:43:50 +02:00
README.md changing permissions 2019-07-17 12:21:19 +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) 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.