Skip to content
This repository was archived by the owner on Sep 8, 2023. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Filebeat

This role installs Filebeat.

Make sure you have completed the requirements listed in the Root README file.

Requirements

Only used with TAC and/or MDM.

Role variables

Before running the script, you can change the following variables in the defaults/main.yml file:

Note: You can find details about each application installed using these Ansible roles in the corresponding RPM documentation on Talend Help Center.

Systemd

Parameter Description Value
app_install_systemd Whether to install as a systemd service Supported values: yes or no

Logstash hosts

Parameter Description Value
filebeat_logstash_hosts List of Logstash hosts Format host1:port1, host2:port2 ...
Example, localhost:5044

Note: Currently, only Logstash hosts are supported as output; Elasticsearch hosts are not supported.

Example playbook

- hosts: tac-host
  become: yes
  roles:
    - java
    - talend-repo
    - tomcat
    - tac
    - filebeat