#1001590 增加针对业务应用日志的采集
This commit is contained in:
parent
9ec02ab8b5
commit
3a99b77ce6
|
@ -1,4 +1,5 @@
|
||||||
filebeat.registry.path: {{ work_path }}/gw-nginx-{{ instance_name }}_data
|
path.data: {{ work_path }}/data
|
||||||
|
filebeat.registry.path: {{ work_path }}/data/registry/gw-nginx-{{ instance_name }}
|
||||||
|
|
||||||
filebeat.inputs:
|
filebeat.inputs:
|
||||||
{% for log in gwlogs %}
|
{% for log in gwlogs %}
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
filebeat.registry.path: {{ work_path }}/mgr-cp-{{ instance_name }}_data
|
path.data: {{ work_path }}/data2
|
||||||
|
filebeat.registry.path: {{ work_path }}/data2/registry/mgr-cp-{{ instance_name }}
|
||||||
|
|
||||||
filebeat.inputs:
|
filebeat.inputs:
|
||||||
{% for log in mgrlogs %}
|
{% for log in mgrlogs %}
|
||||||
|
|
Loading…
Reference in New Issue