hi all ,
I created a DashBoard which contains the index and source files by running the below xml
<?xml version='1.0' encoding='utf-8'?>
index=*|chart values(source) by index
/app/search/flashtimeline?q=values(source)=$click.value$|transaction TaskBP startswith=START endswith=Succeeded|table TaskBP Duration
but i want is if click the source file,i want run the query as soure="whatever the source i am selecting |transaction TaskBP startswith=START endswith=Succeeded|table TaskBP Duration
please check the code have error
if you are getting the chart as NO RESULT FOUND. INSPECT...
then check out the search command obtained using view result link. then you can see your source name in single backslash, actually in splunk search it has to be obtained in double backslash.