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!

Troubleshooting the OpenTelemetry Collector

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

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...