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