Merge pull request '修复日志路径错误的问题' (#17) from pengln/filebeat:master into master

Reviewed-on: https://app.amonstack.com:10301/gitea/ansible-collection/filebeat/pulls/17
This commit is contained in:
pengln 2021-11-16 10:43:46 +08:00
commit 4cd81cd33d
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