Splunk Enterprise Security

How can I test for high or critical notable events?

Skins
Path Finder

I have read this article which describes searching for high or critical notable events.

https://answers.splunk.com/answers/432018/splunk-enterprise-security-how-to-set-up-alerts-wh.html

notable | where urgency="high" OR urgency="critical" | table _time source src dest user | eval computer=coalesce(src,dest)

Now i need a simple way to create a critical notable event to test.

How best to achieve this ?

gratzi

0 Karma

smoir_splunk
Splunk Employee
Splunk Employee

You can also create a manual notable event in the UI. https://docs.splunk.com/Documentation/ES/4.7.2/Admin/Createnotablesmanually

0 Karma

aholzel
Communicator

I had to do something like this today try the following:

| makeresults 
| eval user="skins", urgency="critical" 
| sendalert notable
Get Updates on the Splunk Community!

Continuing Innovation & New Integrations Unlock Full Stack Observability For Your ...

You’ve probably heard the latest about AppDynamics joining the Splunk Observability portfolio, deepening our ...

Monitoring Amazon Elastic Kubernetes Service (EKS)

As we’ve seen, integrating Kubernetes environments with Splunk Observability Cloud is a quick and easy way to ...

Cloud Platform & Enterprise: Classic Dashboard Export Feature Deprecation

As of Splunk Cloud Platform 9.3.2408 and Splunk Enterprise 9.4, classic dashboard export features are now ...