wazuh-ansible-4.8.1/ansible-role-logstash
2017-07-13 13:25:39 -04:00
..
defaults Logstash role: adding the ability to switch between file and beats input 2017-07-13 13:25:39 -04:00
handlers split and update formulas 2017-04-04 11:01:24 -04:00
meta Logstash role: Updating meta info 2017-07-13 09:45:32 -04:00
tasks Logstash role: split config tasks from main tasks 2017-07-13 13:24:07 -04:00
templates Logstash role: adding the ability to switch between file and beats input 2017-07-13 13:25:39 -04:00
README.md Logstash role: Updating README.md 2017-07-13 09:44:19 -04:00

Ansible Role: Logstash

An Ansible Role that installs Logstash

Requirements

This role will work on:

  • Red Hat
  • CentOS
  • Fedora
  • Debian
  • Ubuntu

Role Variables

  ---
  elasticsearch_network_host: "127.0.0.1"
  elasticsearch_http_port: "9200"
  elk_stack_version: 5.4.0

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.