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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...