Monitoring Splunk

Dataset used for getting search performance numbers

swatishs
Explorer

I want to evaluate the search performance of my Splunk setup similar to what Splunk has published here:
https://docs.splunk.com/Documentation/Splunk/7.2.3/Capacity/HowsearchtypesaffectSplunkEnterpriseperf...

Does anyone know:
1. The dataset they used?
2. The search queries they performed for various types of searches (dense, sparse etc.)?

If it is not published, can anyone point me to such a dataset suited for measuring search performance?

0 Karma

jessec_splunk
Splunk Employee
Splunk Employee

Hi, @swatishs

You can simply generate a dataset on your own with the Eventgen tool available in Splunk Base https://splunkbase.splunk.com/app/1924/#/details. It ships with event samples which you can modify to your environment. Additionally, to create a known distribution of your matching rates, you can create artificial fields that simply contain keywords like "every10", "every1M", etc., so you can use them in your searches to test, for example:

dense search:
'search index={index_name} every10  | stats count'

sparse search:
'search index={index_name} every1K  | stats count'

rare search:
'search index={index_name} every10M | stats count'
0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

Splunk is officially part of Cisco

Revolutionizing how our customers build resilience across their entire digital footprint.   Splunk ...

Splunk APM & RUM | Planned Maintenance March 26 - March 28, 2024

There will be planned maintenance for Splunk APM and RUM between March 26, 2024 and March 28, 2024 as ...