Compare commits
No commits in common. "913e2dd9d00566441cb4fbf522b3d63b0d28a84d" and "541ee16b5e7fa7bdafcb0eefef5f10e2a1d5dde4" have entirely different histories.
913e2dd9d0
...
541ee16b5e
|
@ -1,5 +1,4 @@
|
|||
path.data: {{ work_path }}/data
|
||||
filebeat.registry.path: {{ work_path }}/data/registry/gw-nginx-{{ instance_name }}
|
||||
filebeat.registry.path: {{ work_path }}/gw-nginx-{{ instance_name }}_data
|
||||
|
||||
filebeat.inputs:
|
||||
{% for log in gwlogs %}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
path.data: {{ work_path }}/data2
|
||||
filebeat.registry.path: {{ work_path }}/data2/registry/mgr-cp-{{ instance_name }}
|
||||
filebeat.registry.path: {{ work_path }}/mgr-cp-{{ instance_name }}_data
|
||||
|
||||
filebeat.inputs:
|
||||
{% for log in mgrlogs %}
|
||||
|
|
Loading…
Reference in New Issue