wazuh-ansible/roles/wazuh/ansible-filebeat-oss
Andrés Felipe Marulanda Hernández 4aa11b11eb update wazuh_template_branch
update wazuh_template_branch  v4.14.5 to v4.14.7
2026-07-30 13:51:40 +00:00
..
defaults update wazuh_template_branch 2026-07-30 13:51:40 +00:00
handlers Added support for Filebeat-oss and several improvements 2020-06-04 21:17:33 +02:00
tasks Migrate injected ansible_* facts to ansible_facts.* to avoid INJECT_FACTS_AS_VARS deprecation warnings 2026-03-11 19:26:17 -05:00
templates delete port into filebeat configuration 2022-12-30 12:19:15 -03:00
README.md Changed copyright format 2022-05-24 14:18:57 +02: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_indexer_hosts:
    - "localhost:9200"

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