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.
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.