diff --git a/playbooks/roles/filebeat/templates/supervisor.yml b/playbooks/roles/filebeat/templates/supervisor.yml index f00200c..fd07ea5 100644 --- a/playbooks/roles/filebeat/templates/supervisor.yml +++ b/playbooks/roles/filebeat/templates/supervisor.yml @@ -31,7 +31,7 @@ autorestart=true [program:filebeat_monitor_{{ instance_name }}_{{ log_type }}] directory={{ filebeat_work_path }}/ -command={{ filebeat_work_path }}/filebeat_monitor +command={{ filebeat_work_path }}/filebeat_monitor -c {{filebeat_work_path}}/monitor.yaml stdout_logfile=/dev/null stderr_logfile=/dev/null autostart=true