Splunk Search

Fire Dynamic Search Queries based on Tokens

raja21
Explorer

I have various Inputs and i want to execute different query based of different token input value.

Eg. I have 2 different tokens user_name and user_profile.
I am displaying the results in a Statistical table.

Now my search query is:
index="main" u_name=$user_name$ AND u_profile=$user_profile$

However i want to make the search query as:
if($user_name$) #If $user_name$ token is set
index="main" u_name=$user_name$

if($user_profile$) #If $user_profile$ token is set
index="main" u_profile=$user_profile$

Please help me out.

Tags (1)
0 Karma

woodcock
Esteemed Legend

Have 3 panels.: One that depends on $user_profile$, another that depends on $user_name$, and a third that depends on both.

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