Hi everyone.
I need to use elasticsearch as input plugin for my logstash configuration. I also need to schedule it ever n minutes and I want to track the timestamp in order to get from the query only the documents I haven't alredy got. I need something like the tracking column and the :sql_last_value for the jdbc input plugin but I can't find anything like this in the documentation.
Any suggestion?