#1001590 增加针对业务应用日志的采集 #8

Merged
pengln merged 1 commits from pengln/filebeat:master into master 2021-11-09 11:45:21 +08:00
2 changed files with 4 additions and 2 deletions

View File

@ -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:
{% for log in gwlogs %}

View File

@ -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:
{% for log in mgrlogs %}