-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
- type: log |
See at:
https://www.elastic.co/docs/reference/beats/filebeat/migrate-to-filestream
The template has to be updated with something like this:
{% if beats_filebeat_log_input | bool %}
{% for input in beats_filebeat_log_inputs %}
- type: filestream
id: {{ input }}-filestream
enabled: true
paths:
{% for path in beats_filebeat_log_inputs[input].paths %}
- {{ path }}
{% endfor %}
It has other impacts in the template file
Metadata
Metadata
Assignees
Labels
No labels