# Logstash Input Pluging Misses Events

**URL:** https://discuss.elastic.co/t/logstash-input-pluging-misses-events/136340
**Category:** Logstash
**Created:** [June 18, 2018, 4:16pm UTC](https://discuss.elastic.co/t/logstash-input-pluging-misses-events/136340 "2018-06-18T16:16:38Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![remziay](https://avatars.discourse-cdn.com/v4/letter/r/e47774/32.png) [@remziay](https://discuss.elastic.co/u/remziay)
#### Post date: [June 18, 2018, 4:16pm UTC](https://discuss.elastic.co/t/logstash-input-pluging-misses-events/136340/1 "2018-06-18T16:16:38Z")

</div>

Hello , I am using Logstash input plugin to process many files in order to import them to ES. Config is like below:

input {  
file {  
path =\> " **/path** /\*.csv"  
start\_position =\> “beginning”  
}  
filter {  
csv {

* * *

}  
}  
output {

* * *

}

These files (files under **/path** direcory) are being copied by another process to the destination by automatic manner. We realized that sometimes Logstash is skipping first few lines in new files. Sometimes it is skipping first 20 rows or first 50 rows. We are sure that there is no exception on ES side (we checked ES logs). Also we took tcp dump to be %100 sure and we saw that some of entries is not in HTTP body which is sent to ES bulk Api. The only observation is that this issue is happening on heavy loads.

Any idea about what can be the reason for this would be very appreciated.

Thanks

---

<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: [July 16, 2018, 4:16pm UTC](https://discuss.elastic.co/t/logstash-input-pluging-misses-events/136340/2 "2018-07-16T16:16:43Z")

</div>

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