修订filebeat_monitor的启动参数

This commit is contained in:
pengln 2021-12-21 16:27:28 +08:00
parent 446b05748f
commit 2f068f2081
1 changed files with 1 additions and 1 deletions

View File

@ -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 command={{ filebeat_work_path }}/filebeat_monitor -c {{filebeat_work_path}}/monitor.yaml
stdout_logfile=/dev/null stdout_logfile=/dev/null
stderr_logfile=/dev/null stderr_logfile=/dev/null
autostart=true autostart=true