From 8fb95cbf6acab9d3c344d513fc02eeed7ac8c68e Mon Sep 17 00:00:00 2001 From: pengln Date: Mon, 15 Nov 2021 19:19:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E7=A3=81=E7=9B=98=E9=98=9F?= =?UTF-8?q?=E5=88=97=E8=A7=A3=E5=86=B3queue=E5=86=B2=E7=AA=81=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../filebeat/templates/filebeat-gateway-nginx-template.yml | 3 --- .../roles/filebeat/templates/filebeat-manager-template.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/playbooks/roles/filebeat/templates/filebeat-gateway-nginx-template.yml b/playbooks/roles/filebeat/templates/filebeat-gateway-nginx-template.yml index ee190a5..69291c7 100644 --- a/playbooks/roles/filebeat/templates/filebeat-gateway-nginx-template.yml +++ b/playbooks/roles/filebeat/templates/filebeat-gateway-nginx-template.yml @@ -6,9 +6,6 @@ queue.mem: flush.min_events: 128 flush.timeout: 5s -queue.disk: - max_size: 10GB - filebeat.inputs: {% for log in gwlogs %} - type: log diff --git a/playbooks/roles/filebeat/templates/filebeat-manager-template.yml b/playbooks/roles/filebeat/templates/filebeat-manager-template.yml index e63e45d..d05a8df 100644 --- a/playbooks/roles/filebeat/templates/filebeat-manager-template.yml +++ b/playbooks/roles/filebeat/templates/filebeat-manager-template.yml @@ -5,9 +5,6 @@ queue.mem: events: 512 flush.min_events: 128 flush.timeout: 5s - -queue.disk: - max_size: 10GB filebeat.inputs: {% for log in mgrlogs %}