Hey Guys,
Could anyone suggest me a query for the below scenario.
I need a Splunk query to show the list of enabled usecases in Enterprise Security App along with the last triggered time of the usecase.
To check the enabled usecases I'm using the below query.
| rest splunk_server=local count=0 /services/saved/searches
| search disabled=0 AND ( action.risk=1 OR action.notable=1 ) | table title
Along with this, I need the last triggered time of the use case in the same table.
Is it possible? if yes kindly help me by posting the query.
... View more