We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870f268 commit 991c804Copy full SHA for 991c804
roles/beats/templates/filebeat.yml.j2
@@ -56,7 +56,7 @@ filebeat.inputs:
56
- type: tcp
57
enabled: true
58
max_message_size: 10MiB
59
- host: "0.0.0.0:514"
+ host: "0.0.0.0:{{ beats_filebeat_syslog_tcp_port }}"
60
{% if beats_fields is defined %}
61
fields:
62
{% for field in beats_fields %}
@@ -69,7 +69,7 @@ filebeat.inputs:
69
- type: udp
70
71
72
+ host: "0.0.0.0:{{ beats_filebeat_syslog_udp_port }}"
73
74
75
0 commit comments