wazuh-ansible-4.8.1/roles/wazuh/ansible-filebeat
2019-07-03 14:09:46 +02:00
..
defaults Update filebeat default variables 2019-07-02 19:09:17 +02:00
handlers Restructure repository (#66) 2018-10-04 12:40:10 +02:00
meta Added molecule test for the Wazuh Agent 2019-04-27 15:26:18 +02:00
tasks Fix conditions error on ES, Kibana and Filebeat 2019-07-03 14:09:46 +02:00
templates Update Filebeat for XPack Security 2019-07-01 15:51:23 +02:00
tests Deleted Logstash and added new Filebeat.yml template 2019-06-06 17:24:18 +02:00
README.md Deleted Logstash and added new Filebeat.yml template 2019-06-06 17:24:18 +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.