Merge pull request '增加instanceName为主机名' (#44) from pengln/filebeat:master into master
Reviewed-on: https://app.huanyuantech.com:10301/gitea/ansible-collection/filebeat/pulls/44
This commit is contained in:
commit
f8b8f01d3b
Binary file not shown.
|
@ -1,3 +1,4 @@
|
|||
instance_name: {{ inventory_hostname }}
|
||||
project: {{ instance_name }}
|
||||
sublog: {{ 'quick' if log_type == 'quick' else '' }}
|
||||
filebeat_config_path: {{ filebeat_logs[log_type]['filebeat_config_path'] | default('filebeat.yml') }}
|
||||
|
|
Loading…
Reference in New Issue