# Where is “End Of File reached” message in Filebeat logs in v.8?

**URL:** https://discuss.elastic.co/t/where-is-end-of-file-reached-message-in-filebeat-logs-in-v-8/329161
**Category:** Beats
**Tags:** filebeat
**Created:** [April 3, 2023, 6:40am UTC](https://discuss.elastic.co/t/where-is-end-of-file-reached-message-in-filebeat-logs-in-v-8/329161 "2023-04-03T06:40:25Z")
**Posts on this page:** 3
**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 3, 2023, 6:40am UTC](https://discuss.elastic.co/t/where-is-end-of-file-reached-message-in-filebeat-logs-in-v-8/329161/1 "2023-04-03T06:40:25Z")

</div>

My app finishes the connection to Filebeat when the message "End Of File reached" comes out from Filebeat(v.7) logs. However in Filebeat v.8, I can't find the eof message.

Does v.8 Filebeat send the message like v.7 used to send? Or are there any other messages to judge if it's the end of the file reached?

This is my input settings of filebeat.yml.

```auto
#=========================== Filebeat inputs =============================

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

  # Unique ID among all inputs, an ID is required.
  id: alert-logs

  # Change to true to enable this input configuration.
  enabled: true

  # Paths that should be crawled and fetched. Glob based paths.
  paths:
    # - /var/log/*.log
    #- c:\programdata\elasticsearch\logs\*
    - <<input_path>>

  tags: ["<<log_type>>_tag"]

  encoding: utf-8
  #close_inactive: 1m
  close_eof: true

```

---

<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:31am UTC](https://discuss.elastic.co/t/where-is-end-of-file-reached-message-in-filebeat-logs-in-v-8/329161/2 "2023-04-13T01:31:13Z")

</div>

Is anyone can reply to this??

---

<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:32am UTC](https://discuss.elastic.co/t/where-is-end-of-file-reached-message-in-filebeat-logs-in-v-8/329161/3 "2023-05-11T03:32:03Z")

</div>

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