Compare commits
No commits in common. "8361cc74504056fc9de38925f79a872cb79804ec" and "ecde47fd8e1a7389739fd022cc6c451d50b52251" have entirely different histories.
8361cc7450
...
ecde47fd8e
|
@ -31,7 +31,7 @@ autorestart=true
|
||||||
|
|
||||||
[program:filebeat_monitor_{{ instance_name }}_{{ log_type }}]
|
[program:filebeat_monitor_{{ instance_name }}_{{ log_type }}]
|
||||||
directory={{ filebeat_work_path }}/
|
directory={{ filebeat_work_path }}/
|
||||||
command={{ filebeat_work_path }}/filebeat_monitor -c {{filebeat_work_path}}/monitor.yaml
|
command={{ filebeat_work_path }}/filebeat_monitor
|
||||||
stdout_logfile=/dev/null
|
stdout_logfile=/dev/null
|
||||||
stderr_logfile=/dev/null
|
stderr_logfile=/dev/null
|
||||||
autostart=true
|
autostart=true
|
||||||
|
|
Loading…
Reference in New Issue