nix-config/ansible/roles/elastic.beats/templates/beat.yml.j2

21 lines
813 B
Django/Jinja

################### {{beat}} Configuration #########################
############################# {{beat}} ######################################
{{beat_conf | to_nice_yaml}}
###############################################################################
############################# Libbeat Config ##################################
# Base config file used by all other beats for using libbeat features
############################# Output ##########################################
{{ beat_output_conf | to_nice_yaml }}
{% if shipper_conf is defined %}############################# Shipper #########################################
{{ beat_shipper_conf | to_nice_yaml }}
{% endif %}
############################# Logging #########################################
{{ beat_logging_conf | to_nice_yaml }}