forked from ansible-collection/filebeat
修复日志路径错误的问题
This commit is contained in:
parent
c1574b8da5
commit
0d5e84e2e5
|
@ -10,7 +10,8 @@ filebeat.inputs:
|
|||
{% for log in gwlogs %}
|
||||
- type: log
|
||||
paths:
|
||||
- "{{ log }}"
|
||||
- "/data/log/nginx/access_{{ log }}.log"
|
||||
- "/data/log/nginx/error_{{ log }}.log"
|
||||
fields:
|
||||
source: {{ log | regex_replace('\*') }}
|
||||
harvester_buffer_size: 1638400
|
||||
|
|
Loading…
Reference in New Issue