#1001590 增加针对业务应用日志的采集 #9

Merged
pengln merged 1 commits from pengln/filebeat:master into master 2021-11-09 12:42:39 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8b7c9c4f49 - Show all commits

View File

@ -41,7 +41,7 @@ setup.kibana:
output.elasticsearch:
hosts: {{ es_hosts }}
index: "mgr-{{ instance_name }}-%{[fields.source]}-%{+yyyy.MM.dd}"
pipeline: "mgrlogs"
pipeline: "cplogs"
username: {{ es_user }}
password: {{ es_passwd }}