Splunk Search

Wanted to convert a search to a drop down listing, but not certain where to place the token.

nls7010
Path Finder

I found this search and it works well for the information I need. However, I have been unable to create a drop-down of the user ID so that I can display only one users information at a time:

|rest /services/authentication/users splunk_server=local
|fields title realname roles |rename title as userName|rename realname as Name

My Dropdown search is: user=* | fields user | dedup user
My Token is: myuser

What I'm having a problem with is getting the myuser in the right place in the first search, or do I need to create an additional line in the main search that I populate with the $myuser$?

Tags (1)
0 Karma

kmaron
Motivator
|rest /services/authentication/users splunk_server=local user=$myuser$
|fields title realname roles |rename title as userName|rename realname as Name

Just add it to the filter part of your original search.

0 Karma
Get Updates on the Splunk Community!

More Control Over Your Monitoring Costs with Archived Metrics!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...