From aa22795f04ea089d136fa0512d947d807ea3aa2e Mon Sep 17 00:00:00 2001 From: pengln Date: Tue, 7 Dec 2021 16:42:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E6=97=A5=E5=BF=97=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E4=B8=BAjson=E6=A0=BC=E5=BC=8F=EF=BC=8C=E4=BE=BF=E4=BA=8E?= =?UTF-8?q?=E9=92=88=E5=AF=B9=E6=97=A5=E5=BF=97=E8=BF=9B=E8=A1=8C=E7=9B=91?= =?UTF-8?q?=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playbooks/roles/filebeat/templates/filebeat.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/roles/filebeat/templates/filebeat.yml b/playbooks/roles/filebeat/templates/filebeat.yml index 482ca7c..7c5f4c5 100644 --- a/playbooks/roles/filebeat/templates/filebeat.yml +++ b/playbooks/roles/filebeat/templates/filebeat.yml @@ -1,3 +1,5 @@ +logging.json: true + filebeat.config.inputs: enabled: true path: ${path.config}/filebeat_quick.yml -- 2.40.1