#1001686 Filebeat增加采集quick日志的模板

This commit is contained in:
pengln 2021-11-18 14:26:10 +08:00
parent 5ea88300dd
commit 6eb8dd6abb
2 changed files with 2 additions and 1 deletions

View File

@ -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: ""
target_prefix: ""

View File

@ -6,3 +6,4 @@ work_path: "/data/opt/filebeat/{{ instance_name }}"
filebeat_configs:
- "gateway-nginx"
- "manager"
- "quick"