From b0689ae35649c4a2fa8efae3c2366b5a4c523b46 Mon Sep 17 00:00:00 2001 From: Cairry <115769353+Cairry@users.noreply.github.com> Date: Mon, 30 Dec 2024 09:56:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=B8=20Optimize=20log=20collection=20st?= =?UTF-8?q?ream=20to=20all?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/filebeat/filebeat.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/filebeat/filebeat.tpl b/assets/filebeat/filebeat.tpl index 037afad..fa14033 100644 --- a/assets/filebeat/filebeat.tpl +++ b/assets/filebeat/filebeat.tpl @@ -1,6 +1,6 @@ {{range .configList}} - type: {{ .LogType }} - stream: stdout + stream: all enabled: true paths: - {{ .HostDir }}/{{ .File }}