I have a table like in splunk this: appname value time app1 10 2020-12-30 app1 12 2020-12-31 app2 23 2020-12-30 app2 20 2020-12-31 I want to filter the records that the value is increasing while the time. In this case, we can only find (app1, 12 2020-12-31) How could I write the splunk sql to implement this?
... View more