Hi @richgalloway Thanks for the reply! Currently I'm using the below query to fetch the full list of Correlation search:- | rest splunk_server=local count=0 /services/saved/searches | where match('action.correlationsearch.enabled', "1|[Tt]|[Tt][Rr][Uu][Ee]") | rename action.correlationsearch.label as Alert_Name,action.correlationsearch.annotations as frameworks,updated as Last_Updated | table Alert_Name, frameworks, disabled, Last_Updated | spath input=frameworks | table Alert_Name,disabled,Last_Updated The place where I'm facing the difficulty is, I'm unable to search the disabled or enabled CS in a particular time(for ex: 7days). Need help on this.
... View more