Dashboards & Visualizations

drilldown

splunkpoornima
Communicator

hi all,

i have a list of some 50 source files like

taskmanager_log(1)

gpoor_tomca_log

srp_log4j

..

what i want is if clik any source file i want to run this search query as

Ex: source="taskmanager_log(1)"|trnsaction TaskAction startswith=START endswith=Succeeded|table TaskAction Duration

Tags (1)
0 Karma

Leo
Splunk Employee
Splunk Employee
<?xml version='1.0' encoding='utf-8'?>
<dashboard>
<row>
<table>
<searchTemplate>
          ...search returning list of your sources...
</searchTemplate>
<drilldown>
<link>/app/search/flashtimeline?q=source=$row.source$|trnsaction TaskAction startswith=START endswith=Succeeded|table TaskAction Duration</link>
</drilldown>
</table>
</row>
</dashboard>
0 Karma

splunkpoornima
Communicator

to fetch the list of sources i used index=*|chart values(sources) by index..

but when i click the source value ..in the search bar it shows

index=*|index="xx"

but the source is not displaying and also the query is also not coming

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...