#1001686 Filebeat增加采集quick日志的模板
This commit is contained in:
parent
5ea88300dd
commit
6eb8dd6abb
|
@ -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: ""
|
||||
|
|
|
@ -6,3 +6,4 @@ work_path: "/data/opt/filebeat/{{ instance_name }}"
|
|||
filebeat_configs:
|
||||
- "gateway-nginx"
|
||||
- "manager"
|
||||
- "quick"
|
||||
|
|
Loading…
Reference in New Issue