So I am trying to run a splunk search using Splunk REST API which finds a list of triggered alerts. | rest /servicesNS/-/search/alerts/fired_alerts/Alert%20Name So the problem is that if I try running this search for say 15 minutes, I want this API to return only the triggered alerts that occurred within the last 15 minutes, but it doesn't happen like that here. Instead this returns all the alerts that happened during the course of the day and is listed in triggered alerts. So is there a way by which I can get this to work?
... View more