Merge pull request '#1001590 增加针对业务应用日志的采集' (#13) from pengln/filebeat:master into master

Reviewed-on: https://app.amonstack.com:10301/gitea/ansible-collection/filebeat/pulls/13
This commit is contained in:
pengln 2021-11-09 15:17:36 +08:00
commit 254874af51
2 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,7 @@ filebeat.inputs:
- "/data/log/nginx/error_{{ log }}.log"
fields:
source: {{ log | regex_replace('\*') }}
harvester_buffer_size: 1638400
{% endfor %}
@ -41,6 +42,8 @@ output.elasticsearch:
pipeline: "gwlogs"
username: {{ es_user }}
password: {{ es_passwd }}
bulk_max_size: 724775731
worker: 3
# ================================= Processors =================================

View File

@ -13,6 +13,7 @@ filebeat.inputs:
multiline.skip_newline: true
fields:
source: cp
harvester_buffer_size: 1638400
{% endfor %}
filebeat.config.modules:
@ -44,6 +45,8 @@ output.elasticsearch:
pipeline: "cplogs"
username: {{ es_user }}
password: {{ es_passwd }}
bulk_max_size: 724775731
worker: 3
# ================================= Processors =================================