From 6eb8dd6abbe215d2e0e307667265bc4b27d7aeb2 Mon Sep 17 00:00:00 2001 From: pengln Date: Thu, 18 Nov 2021 14:26:10 +0800 Subject: [PATCH] =?UTF-8?q?#1001686=20Filebeat=E5=A2=9E=E5=8A=A0=E9=87=87?= =?UTF-8?q?=E9=9B=86quick=E6=97=A5=E5=BF=97=E7=9A=84=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playbooks/roles/filebeat/templates/filebeat-quick-template.yml | 2 +- playbooks/roles/supervisor/vars/main.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/roles/filebeat/templates/filebeat-quick-template.yml b/playbooks/roles/filebeat/templates/filebeat-quick-template.yml index ac51cb5..7bbedf0 100644 --- a/playbooks/roles/filebeat/templates/filebeat-quick-template.yml +++ b/playbooks/roles/filebeat/templates/filebeat-quick-template.yml @@ -59,4 +59,4 @@ processors: - dissect: tokenizer: "%{date} %{+date->} %{log_id->} %{account_id->} %{role_id->} %{role_name->} %{spid->} %{channel->} %{col1->} %{col2->} %{col3->} %{col4->} %{col5->} %{col6->} %{col7->} %{col8->} %{col9->} %{col10->} %{col11->} %{col12->} %{col13->}" field: "message" - target_prefix: "" \ No newline at end of file + target_prefix: "" diff --git a/playbooks/roles/supervisor/vars/main.yml b/playbooks/roles/supervisor/vars/main.yml index 01819f5..4326286 100644 --- a/playbooks/roles/supervisor/vars/main.yml +++ b/playbooks/roles/supervisor/vars/main.yml @@ -6,3 +6,4 @@ work_path: "/data/opt/filebeat/{{ instance_name }}" filebeat_configs: - "gateway-nginx" - "manager" + - "quick"