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!

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 ...