Reviewed-on: https://app.amonstack.com:10301/gitea/ansible-collection/filebeat/pulls/7
This commit is contained in:
commit
541ee16b5e
|
@ -1,4 +1,4 @@
|
||||||
filebeat.registry.path: {{ work_path }}/data/registry/gw-nginx-{{ instance_name }}
|
filebeat.registry.path: {{ work_path }}/gw-nginx-{{ instance_name }}_data
|
||||||
|
|
||||||
filebeat.inputs:
|
filebeat.inputs:
|
||||||
{% for log in gwlogs %}
|
{% for log in gwlogs %}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
filebeat.registry.path: {{ work_path }}/data/registry/mgr-cp-{{ instance_name }}
|
filebeat.registry.path: {{ work_path }}/mgr-cp-{{ instance_name }}_data
|
||||||
|
|
||||||
filebeat.inputs:
|
filebeat.inputs:
|
||||||
{% for log in mgrlogs %}
|
{% for log in mgrlogs %}
|
||||||
|
|
Loading…
Reference in New Issue