master #19

Merged
pengln merged 2 commits from pengln/filebeat:master into master 2021-11-18 14:29:58 +08:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 6eb8dd6abb - Show all commits

View File

@ -59,4 +59,4 @@ processors:
- dissect: - 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->}" 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" field: "message"
target_prefix: "" target_prefix: ""

View File

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