Merge pull request '增加 elastic_delays_metric_enabled 开关' (#43) from pengln/filebeat:master into master
Reviewed-on: https://app.huanyuantech.com:10301/gitea/ansible-collection/filebeat/pulls/43
This commit is contained in:
commit
877e7b2a3f
|
@ -9,4 +9,7 @@
|
|||
log_type: "{{ item }}"
|
||||
with_items: "{{ deploy_logs }}"
|
||||
|
||||
- name: Update Alerts Script With Cron
|
||||
ansible.builtin.shell: "svn up /data/ops/script/monitor.sh; chmod 755 /data/ops/script/monitor.sh"
|
||||
|
||||
|
||||
|
|
Binary file not shown.
|
@ -5,3 +5,4 @@ metric_host: {{ filebeat_monitor_sock | default('./filebeat_monitor.sock') }}
|
|||
push_gateway_url: {{ filebeat_monitor_push_gateway | default('') }}
|
||||
push_gateway_lifecycle: {{ filebeat_monitor_push_lifecycle | default(5) }}
|
||||
log_path: {{ filebeat_monitor_log_path | default('logs/filebeat_monitor.log') }}
|
||||
elastic_delays_metric_enabled: {{ elastic_delays_metric_enabled | default('false')}}
|
||||
|
|
Loading…
Reference in New Issue