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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...