From 2f068f208123b05fb146c1ba9bcb6faee30ea4ca Mon Sep 17 00:00:00 2001 From: pengln Date: Tue, 21 Dec 2021 16:27:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=AE=A2filebeat=5Fmonitor=E7=9A=84?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playbooks/roles/filebeat/templates/supervisor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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