Dashboards & Visualizations

DROPDOWN SEARCH

splunkpoornima
Communicator

i have the list of some 20 files like

taskmanager_log

taskmager_log(1)

...

i want is if i clik any one of the file it should take me into the search view as

source="whaterver the file i selected" |timechart count of User

plz help me with the code

Tags (1)
0 Karma

tachifelix
Path Finder

try replace function
in your search string replace \ caracter with \\ using regex expression for source value

.....|eval tokenrepace=repace($source$,"\w+\\w+","\w+\\\w+.*")|search source=tokenrepace....
0 Karma
Get Updates on the Splunk Community!

OpenTelemetry for Legacy Apps? Yes, You Can!

This article is a follow-up to my previous article posted on the OpenTelemetry Blog, "Your Critical Legacy App ...

UCC Framework: Discover Developer Toolkit for Building Technology Add-ons

The Next-Gen Toolkit for Splunk Technology Add-on Development The Universal Configuration Console (UCC) ...

.conf25 Community Recap

Hello Splunkers, And just like that, .conf25 is in the books! What an incredible few days — full of learning, ...