Merge "Add journald input support to filebeat"

This commit is contained in:
Zuul 2022-05-26 16:29:45 +00:00 committed by Gerrit Code Review
commit dff4647b70
1 changed files with 7 additions and 0 deletions

View File

@ -282,6 +282,13 @@ filebeat_prospectors:
- /var/log/elasticsearch/*.log
tags:
- beats
# Journald supported from filebeat >= 7.16.0
- type: journald
enabled: "{{ filebeat_journald_enabled | default(false) }}"
paths:
- /var/log/journal
tags:
- journal
filebeat_ilm_policy_name: "filebeat-{{ beat_version }}"
filebeat_ilm_policy_template: "filebeat-{{ beat_version }}"