All Apps and Add-ons

Is there any way to manage similar queries without app that runs on Splunk Enterprise?

t_zhuj
New Member

I have multiple searches, with almost the same search commands and only one of the variables are different for each search. It is too tedious to run the searches tens of times by changing the variable every time. I know that app could manage that, but I am using Splunk Free. Is there any way to simplify this process? Thanks!

0 Karma

Lucas_K
Motivator

Create a list of those variables (potentially from another search or even a lookup file for ease of modification using an APP) and then run the searches via a map command.

This way you can have the same search run over and over with just different variables.

Map command - https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Map

Cut & Paste Example :

| eventcount summarize=false index=* 
| map maxsearches=1000 search="| metadata type=sourcetypes index=\"$index$\" splunk_server=\"$server$\" | eval index=\"$index$\" | eval server=\"$server$\" " 
| fields index server sourcetype totalCount | stats sum(totalCount) AS eventCount by index, sourcetype

Note that the internal search is surrounded by quotes of its own! The variables are surrounded by single dollar signs on either side.

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

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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