wazuh-ansible-4.8.1/roles/elastic-stack/ansible-logstash
2018-12-14 18:40:40 +01:00
..
defaults Updating to Elastic Stack to 6.5.3 and Wazuh 3.7.1 2018-12-14 18:40:40 +01:00
handlers Restructure repository (#66) 2018-10-04 12:40:10 +02:00
meta Restructure repository (#66) 2018-10-04 12:40:10 +02:00
tasks Merge pull request #71 from wazuh/Amazon-Linux-support 2018-11-12 16:41:29 +01:00
templates Multiple IPs option 2018-11-20 10:49:37 +00:00
README.md Restructure repository (#66) 2018-10-04 12:40:10 +02:00

Ansible Role: Logstash

An Ansible Role that installs Logstash

Requirements

This role will work on:

  • Red Hat
  • CentOS
  • Fedora
  • Debian
  • Ubuntu

Role Variables

  ---
  logstash_create_config: true
  logstash_input_beats: false

  elasticsearch_network_host: "127.0.0.1"
  elasticsearch_http_port: "9200"
  elastic_stack_version: 5.5.0

  logstash_ssl: false
  logstash_ssl_dir: /etc/pki/logstash
  logstash_ssl_certificate_file: ""
  logstash_ssl_key_file: ""

Example Playbook

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