Splunk Search

Use token just if is defined

maaneeel
Explorer

Hello,

I need to create a dashboard panel (table) doing a query that uses the following filtering condition:

account_name = "$userNameToken$")

How could I prevent the situation where the token is not defined and display any user?

Thanks

Tags (1)
0 Karma

maaneeel
Explorer

Thanks for the answers.

 

Using  search account_name = * works properly, but I would like to remove the default value (*) from the input textbox, just to prevent that when the analyst finish a search of a specific user, doesn't need to type * again to display any user.

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

I am not sure what the issue is here - is the "analyst" removes the name from the text box, it will be set to the default i.e. "*" without them having to type it again - does this not give you the functionality you want?

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Set the default value of the token to *

How are you setting the token in the first place?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

If the token is not defined then the query will not run.  To prevent that, set a default value for the token.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

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

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...