Is there a way to use the http input in logstash where you are constantly polling to get the latest records in the same way you can do that with the jdbc plugin and tracking column?
A little more background on this. I am trying to pull records from ServiceNow tables. I am looking for best practice for getting all the records. What does everyone else do.