Splunk Search

Index,sourcetype as parameter in search

splunk_learner
Explorer

Hi,
I want search query to read my index name and sourcetype name from config file.So that if there is any change in future,i dont have to edit all of the searches for a particular app.Is there any way to pass parameter from config file to search query for an particular app only.

Tags (2)
0 Karma
1 Solution

jonuwz
Influencer

The usual way to do this is to create a macro called something like get_index_name

Then have the macro return the name of the index.

i.e. the macro would be defined as :

"index=my_index"

Then all your searches in the app start with

`get_index_name`

When you need to update the name of the index, you just alter the definition of the macro in one place and you're set.

View solution in original post

jonuwz
Influencer

The usual way to do this is to create a macro called something like get_index_name

Then have the macro return the name of the index.

i.e. the macro would be defined as :

"index=my_index"

Then all your searches in the app start with

`get_index_name`

When you need to update the name of the index, you just alter the definition of the macro in one place and you're set.

jonuwz
Influencer

I don't think so. Inputs.conf determines where splunk gets data from, it doesn't set variables.

Also - this isn't my idea, Its just i've noticed that this is how some of the most popular apps on splunk-base tackle the problem

0 Karma

splunk_learner
Explorer

Thanks.This seems to be a gud idea.
I was wondering can inputs.config help us in this requirement?

0 Karma
Get Updates on the Splunk Community!

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...