Merge pull request '#1001590 增加针对业务应用日志的采集' (#9) from pengln/filebeat:master into master

Reviewed-on: https://app.amonstack.com:10301/gitea/ansible-collection/filebeat/pulls/9
This commit is contained in:
pengln 2021-11-09 12:42:39 +08:00
commit 62997175e6
1 changed files with 1 additions and 1 deletions

View File

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