Hello.
How can I clear Logstash cache? I got new data from Windows event log but I just see old Logs !!!
I used below commands too but I guess they clear "Elastic" cache:
$ curl -XPOST 'http://localhost:9200/_cache/clear'
$ curl -XDELETE 'http://localhost:9200/_all'
Thank you.