How do we write search query to get notable events based on last modified time for a correlation rule ?
I want to see notable events based on modifications to the notable event like status update, comment, priority change etc.
Is there a way to get notable events based on modified time instead of earliest and latest times and i would need all fields from notable index?
i found review_time field get updated when we change some field via incident review tab in Splunk ES ?
how do we we write query to get review_time > some epoch time
<field k='review_time'>
<value>
<text>1564640460.15607</text>
</value>
<value>
<text>1564638955.786255</text>
</value>
<value>
<text>1564638489.151153</text>
</value>
</field>
... View more