wazuh-ansible-4.8.1/roles/wazuh/ansible-filebeat
Manuel J. Bernal fdc3b0f55c Lint changes
2020-05-14 18:13:53 +02:00
..
defaults Bump version 2020-04-08 19:56:44 +02:00
handlers Restructure repository (#66) 2018-10-04 12:40:10 +02:00
meta changing permissions 2019-07-17 12:21:19 +02:00
tasks Lint changes 2020-05-14 18:13:53 +02:00
templates Update wazuh-elasticsearch.json template 2020-01-22 13:31:08 +01:00
tests changing permissions 2019-07-17 12:21:19 +02:00
README.md changing permissions 2019-07-17 12:21:19 +02:00

Ansible Role: Filebeat for Elastic Stack

An Ansible Role that installs Filebeat, this can be used in conjunction with ansible-wazuh-manager.

Requirements

This role will work on:

  • Red Hat
  • CentOS
  • Fedora
  • Debian
  • Ubuntu

Role Variables

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

  filebeat_output_elasticsearch_enabled: false
  filebeat_output_elasticsearch_hosts:
    - "localhost:9200"

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.