wazuh-ansible-4.8.1/roles/wazuh/ansible-filebeat-oss
2020-11-10 15:05:38 -03:00
..
defaults roles/filebeat-oss: remove unused variables 2020-11-10 15:05:38 -03:00
handlers Added support for Filebeat-oss and several improvements 2020-06-04 21:17:33 +02:00
meta Added support for Filebeat-oss and several improvements 2020-06-04 21:17:33 +02:00
tasks roles/filebeat-oss: minor fix 2020-11-10 18:36:26 +01:00
templates Fix syntax error on filebeat.yml.j2 2020-06-26 13:10:38 +02:00
README.md roles/filebeat-oss: remove unused variables 2020-11-10 15:05:38 -03:00

Ansible Role: Filebeat for Elastic Stack

An Ansible Role that installs Filebeat-oss, 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_hosts:
    - "localhost:9200"

WAZUH Copyright (C) 2020 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.