Compare commits

...

2 Commits

2 changed files with 1 additions and 0 deletions

View File

@ -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') }}