Splunk Enterprise Security

Use cases in Enterprise Secuirty

anandhalagarasa
Path Finder

How to fetch and where to find what and all are the use cases which we have created till date in Enterprise Security Splunk Cloud search head. So that we can take a dump of it and also we can have make a note of it as well.

So where can i find those details.

0 Karma

begleyj1
Path Finder

If you mean use cases as the correlation rules or saved searches you have created, I like using the REST command. It would depend if you have a naming convention or a specific email address you are sending the alerts to, but it would look something like this.

| rest /services/saved/searches
| search action.email.to=*myemail@address.com* AND disabled=0
| table title, search

Or if you have a standing naming convention for your rules, you can run something like this:

| rest /services/saved/searches
| search title=*mysavedrule*
| table title, search

Then just export the results.

0 Karma
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.


Introducing Unified TDIR with the New Enterprise Security 8.2

Read the blog
Get Updates on the Splunk Community!

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Building Momentum: Splunk Developer Program at .conf25

At Splunk, developers are at the heart of innovation. That’s why this year at .conf25, we officially launched ...