Compare commits

..

No commits in common. "62997175e639b85808b3201a15c6bd561b2d92e3" and "913e2dd9d00566441cb4fbf522b3d63b0d28a84d" have entirely different histories.

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: "cplogs" pipeline: "mgrlogs"
username: {{ es_user }} username: {{ es_user }}
password: {{ es_passwd }} password: {{ es_passwd }}