03 Feb 2025 10:03 PM - edited 03 Feb 2025 10:07 PM
Is there anyway to save and pass the last run timestamp to SQL Extension Query? I am looking for something similar to check point we can use in Splunk.
04 Feb 2025 02:18 PM
There is not although that would be useful. I couldn't find any existing Ideas for this.
Currently, the closest you'd be able to get would be to use whatever syntax can express 'last X minutes' for example and having the X line up with your interval - it's not perfect of course as there could be small variations in the interval resulting in small gaps not being covered. This is the approach we use in our extensions that need to query a rolling window.