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 (3)
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!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...