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!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

  Ready to master Kubernetes and cloud monitoring like the pros?Join Splunk’s Growth Engineering team for an ...

Wrapping Up Cybersecurity Awareness Month

October might be wrapping up, but for Splunk Education, cybersecurity awareness never goes out of season. ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

🗣 You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...