Splunk Enterprise Security

Working with the Splunk Enterprise Security demo, is there a way to reset/delete all the demo data?

mpuckettsc
Explorer

I'm working with the Splunk Enterprise Security demo. Is there a way to reset it / delete all the data that it starts with? I have a log sample from our Palo Alto and I want to see how that would be handled, but with all the sample data in there, I'm having a hard time wading through it all.

0 Karma

milesbrennan
Path Finder
find /opt/splunk/etc/apps/ -name *demo*.csv -exec rm -f {} \;

Run the first part of this command (before "-exec") to test you only see the ESS lookup files, then run the whole command to remove all lookups.

This actually runs through all applications, as there are mulitple directories for ESS. So if you get too many incorrect hits, you will need to manually add DA*, SA* and SplunkEnterprise* to the /opt/splunk/etc/apps directory path.

0 Karma

mpuckettsc
Explorer

Thanks, but I'm actually using the Splunk Enterprise Security demo which is cloud based. As far as I know I don't have the ability to run shell commands?

0 Karma
Get Updates on the Splunk Community!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...