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

**URL:** https://discuss.elastic.co/t/filebeat-v-8-cant-fetch-the-eof-with-input-type-filestream/329877
**Category:** Beats
**Tags:** filebeat
**Created:** [April 13, 2023, 1:46am UTC](https://discuss.elastic.co/t/filebeat-v-8-cant-fetch-the-eof-with-input-type-filestream/329877 "2023-04-13T01:46:20Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![m-amano](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/m-amano/32/62977_2.png) [@m-amano](https://discuss.elastic.co/u/m-amano)
#### Post date: [April 13, 2023, 1:46am UTC](https://discuss.elastic.co/t/filebeat-v-8-cant-fetch-the-eof-with-input-type-filestream/329877/1 "2023-04-13T01:46:21Z")

</div>

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)

```auto
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)

```auto
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

```

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [May 11, 2023, 3:47am UTC](https://discuss.elastic.co/t/filebeat-v-8-cant-fetch-the-eof-with-input-type-filestream/329877/2 "2023-05-11T03:47:09Z")

</div>

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