diff --git a/playbooks/roles/filebeat/files/filebeat_monitor b/playbooks/roles/filebeat/files/filebeat_monitor index fb83b68..0509642 100755 Binary files a/playbooks/roles/filebeat/files/filebeat_monitor and b/playbooks/roles/filebeat/files/filebeat_monitor differ diff --git a/playbooks/roles/filebeat/templates/filebeat_monitor.yaml b/playbooks/roles/filebeat/templates/filebeat_monitor.yaml index 21b3606..153258a 100644 --- a/playbooks/roles/filebeat/templates/filebeat_monitor.yaml +++ b/playbooks/roles/filebeat/templates/filebeat_monitor.yaml @@ -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') }}