Splunk Enterprise Security

Splunk ES - how to present all alerts with the feature "notable" enabled?

BestestCohen
New Member

Hi all.

I have recently started working on my workplace's Splunk and I got a request - to display all alerts that has the "notable" feature turned on.

I tried google it and came across to a close answer with "index=notable" but it's not enough because I want to get all alerts, not only those which got triggered and got notabled.

 

 

Thanks in advance.

0 Karma

paulcurry
Path Finder

This search will list out your correlation searches and what action is associated with each (risk/notable).

| rest splunk_server=local count=0 /servicesNS/-/SplunkEnterpriseSecuritySuite/saved/searches | where match('action.correlationsearch.enabled', "1|[Tt]|[Tt][Rr][Uu][Ee]") | where disabled=0 | eval actions=split(actions, ",") | table title,actions

0 Karma

BestestCohen
New Member

Is it possible for an alert with "notable" enabled on it to not considered as correlation search? 

0 Karma

paulcurry
Path Finder

Not that I know of.  You can manually create a notable event from any indexed search using "Event Actions" but I think you are looking not just for the actual events but just the Adaptive Action enabled.

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...