# Filebeat data not being updated in Kibana

**URL:** https://discuss.elastic.co/t/filebeat-data-not-being-updated-in-kibana/207358
**Category:** Beats
**Created:** [November 11, 2019, 1:38pm UTC](https://discuss.elastic.co/t/filebeat-data-not-being-updated-in-kibana/207358 "2019-11-11T13:38:10Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![kahn](https://avatars.discourse-cdn.com/v4/letter/k/858c86/32.png) [@kahn](https://discuss.elastic.co/u/kahn)
#### Post date: [November 11, 2019, 1:38pm UTC](https://discuss.elastic.co/t/filebeat-data-not-being-updated-in-kibana/207358/1 "2019-11-11T13:38:10Z")

</div>

`/var/log/*.log` is currently being fetched and rendered in Kibana, but after the initial timestamp for which the index was created, no changing of timestamps or refreshing seems to pull new data in.

I am new to this stack - surely missing something simple. The search filter is on `Today` and I've updated several times. No new data comes through.

Kibana only seems to see new Filebeat data when the Filebeat service is restarted.

Here is the filebeat.yml:

```auto
filebeat:
  prospectors:
    -
      paths:
        - /var/log/*.log
        - /var/log/messages
        - /var/log/secure
      input_type: log
      document_type: syslog
  registry_file: /var/lib/filebeat/registry
output:
  elasticsearch:
    hosts: ["localhost:9200"]
  logstash:
    hosts: ["localhost:5044"]
shipper:
logging:
  files:

```

---

<div class="post-metadata">

### Author: ![exekias](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/exekias/32/28718_2.png) [@exekias](https://discuss.elastic.co/u/exekias)
#### Post date: [November 15, 2019, 9:49am UTC](https://discuss.elastic.co/t/filebeat-data-not-being-updated-in-kibana/207358/2 "2019-11-15T09:49:33Z")

</div>

Hi @kahn,

You should be seeing a continuous stream of data flowing in. Do you see any error in your Filebeat/Elasticsearch logs?

Best regards

---

<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: [December 13, 2019, 11:49am UTC](https://discuss.elastic.co/t/filebeat-data-not-being-updated-in-kibana/207358/3 "2019-12-13T11:49:35Z")

</div>

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