apps_fluentbit

ansible-apps_fluentbit

Galaxy Role Version GitHub repo size downloads Ansible Quality Score License

Description

Deploy fluentbit log forwarder system using ansible.

Requirements

none

Role variables

See variables for more details.

vars: fluentbit_inputs: - name: tail alias: vms tag: vms path: /tmp/vms.log db: /tmp/vms.db parser: syslog fluentbit_filters: - name: modify alias: add_from_syslog match: '' rules: - "Add from_syslog true" fluentbit_outputs: - name: 'null' match: '' fluentbit_parsers: - name: syslog format: regex regex: '^(?[^ ]) (?[^ ]) (?[^ ]*) (?.)$' time_key: time time_format: '%Y-%m-%dT%H:%M:%S %z' time_keep: 'on'

Examples

    ---
    - hosts: apps_fluentbit
      become: true
      become_method: sudo
      gather_facts: true
      roles:
        - role: ansible-apps_fluentbit

License

This project is licensed under Apache License. See LICENSE for more details.

Author Information

About

Install and configure fluentbit

Install
ansible-galaxy install lotusnoir/ansible-apps_fluentbit
GitHub repository
License
apache-2.0
Downloads
20