Filebeat v.8 can't fetch the EOF with input type filestream

Hi.

In Filebeat v.7.3.2, it used to send the EOF in its logs. However, in Filebeat v.8.6.2, it does not send EOF and cant fetch the end of the file reached.

What I changed is the input type log to filestream only.

filebeat.yml (v. 7.3.2)

filebeat.inputs:

# Each - is an input. Most options can be set at the input level, so
# you can use different inputs for various configurations.
# Below are the input specific configurations.

- type: log

filebeat.yml (v. 8.6.2)

filebeat.inputs:

# Each - is an input. Most options can be set at the input level, so
# you can use different inputs for various configurations.
# Below are the input specific configurations.

- type: filestream

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.