Skip to content

Filebeat log input is deprecated #388

@cbeaujoin-stellar

Description

@cbeaujoin-stellar

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions