Merge pull request '修订配置参数不生效的bug' (#46) from pengln/filebeat:master into master

Reviewed-on: https://app.huanyuantech.com:10301/gitea/ansible-collection/filebeat/pulls/46
This commit is contained in:
pengln 2021-12-22 15:52:27 +08:00
commit 5427c0fdef
2 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ metric_host: {{ filebeat_monitor_sock | default('./filebeat_monitor.sock') }}
push_gateway_url: {{ filebeat_monitor_push_gateway | default('') }} push_gateway_url: {{ filebeat_monitor_push_gateway | default('') }}
push_gateway_lifecycle: {{ filebeat_monitor_push_lifecycle | default(5) }} push_gateway_lifecycle: {{ filebeat_monitor_push_lifecycle | default(5) }}
log_path: {{ filebeat_monitor_log_path | default('logs/filebeat_monitor.log') }} log_path: {{ filebeat_monitor_log_path | default('logs/filebeat_monitor.log') }}
elastic_delays_metric_enabled: {{ elastic_delays_metric_enabled | default('false')}} elastic_delays_metric_enabled: {{ elastic_delays_metric_enabled | default('False')}}