forked from ansible-collection/filebeat
#1001590 增加针对业务应用日志的采集
This commit is contained in:
parent
3a99b77ce6
commit
8b7c9c4f49
|
@ -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 }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue