Splunk Search

Why does my token in my search query not work?

rkris
Explorer

I've created a dropdown input field that shows the user accounts that are locked out

paste_splunk_qns_1a.PNG

 

And this is the search string that i'm using for my dashboard panel to display the user accounts that are locked out

paste_splunk_qns_1c.PNG

 

When I select each of the user accounts listed below, the dashboard panel doesn't show them. How do I fix this?

rkris_0-1596608402774.png

 

Labels (4)
0 Karma

chrkohm
Path Finder

I think "match" is here the problem. Because the QuickRef Guide says:

splunk-quick-reference-guide.pdf 

match(X,Y) Returns if X matches the regex pattern Y. match(field, "^\d{1,3}\.\d$")

 

Did you tried: 

|search Targed_Account_Name IN ($locked_out$)

or

|search Targed_Account_Name=$locked_out$

 

0 Karma

richgalloway
SplunkTrust
SplunkTrust
Where are you getting the list of names? If it's not from the same source as the search string in the second screen shot then it's possible there simply no events for those users. Another possibility is the user names are slightly different and failing to match the token.
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...