Filter data

Hi,
How can I show only last read CSV file data from filebeat in Kibana.
e.g. I have XLS at shared location, which users update frequently. I am reading that file using filebeat and splitting columns using Logstash and sending in elasticsearch.
I want to set filebeat to read that file at interval of 5mins and in kibana want to show only latest read data.filterissue

As per snapshot, it must only show red box data, and once filebeat reads new data from file, red box data must be showing latest read data from file.

You could set the time range in the top right to the last 5 minutes, that should always show you the last set of data.

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