# Logstash sincedb file not getting updated

**URL:** https://discuss.elastic.co/t/logstash-sincedb-file-not-getting-updated/183860
**Category:** Logstash
**Created:** [June 2, 2019, 12:57pm UTC](https://discuss.elastic.co/t/logstash-sincedb-file-not-getting-updated/183860 "2019-06-02T12:57:26Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Rocky\_RK](https://avatars.discourse-cdn.com/v4/letter/r/ed655f/32.png) [@Rocky\_RK](https://discuss.elastic.co/u/Rocky_RK)
#### Post date: [June 2, 2019, 12:57pm UTC](https://discuss.elastic.co/t/logstash-sincedb-file-not-getting-updated/183860/1 "2019-06-02T12:57:26Z")

</div>

I currently deployed ELK version `6.8.0` and i see my file in the sincedb not getting updated `/data/registry-1` while the same config works fine in version `6.7.x`.

My input file section below..

```
input {
  file {
    path => ["/data/rm_logs/*.txt"]
    start_position => beginning
    sincedb_path => "/data/registry-1"
    max_open_files => 64000
    type => "rmlog"
  }
}

```

Blow is the `sincedb` file ..

`-rw-r--r-- 1 logstash logstash 0 Jun 1 07:18 /data/registry-1`

Does anyone know why this is so, would appreciate any clue or help.

---

<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: [June 30, 2019, 12:57pm UTC](https://discuss.elastic.co/t/logstash-sincedb-file-not-getting-updated/183860/2 "2019-06-30T12:57:31Z")

</div>

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