修复日志路径错误的问题

This commit is contained in:
pengln 2021-11-16 10:43:21 +08:00
parent c1574b8da5
commit 0d5e84e2e5
1 changed files with 2 additions and 1 deletions

View File

@ -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