wazuh-ansible-4.8.1/ansible-role-elasticsearch
2017-10-23 13:52:42 -04:00
..
defaults Inject Wazuh template and sample alert. 2017-08-21 23:31:39 -04:00
handlers split and update formulas 2017-04-04 11:01:24 -04:00
meta Elasticseach role: Updating meta info 2017-07-12 19:19:56 -04:00
tasks New java version. 2017-10-23 13:52:42 -04:00
templates Inject Wazuh template and sample alert. 2017-08-21 23:31:39 -04:00
README.md Update to the last Elastic version (5.5.0) 2017-07-19 17:16:11 -07:00

Ansible Role: Elasticsearch

An Ansible Role that installs Elasticsearch.

Requirements

This role will work on:

  • Red Hat
  • CentOS
  • Fedora
  • Debian
  • Ubuntu

Role Variables

Defaults variables are listed below, along with its values (see defaults/main.yml):

  elasticsearch_cluster_name: wazuh
  elasticsearch_node_name: node-1
  elasticsearch_http_port: 9200
  elasticsearch_network_host: 127.0.0.1
  elasticsearch_jvm_xms: 1g
  elastic_stack_version: 5.5.0

Example Playbook

  - hosts: elasticsearch
    roles:
      - { role: ansible-role-elasticsearch, 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.