Dashboards & Visualizations

How do you link reports or a search query to a bar chart?

gpayal18
Explorer

I have a bar chart that shows test case status like 60% pass, 40% fail. (that bar chart is generated dynamically based on the values selected in the dropdowns).

My requirement is that when I click on this graph, it should redirect to either reports or a search query, which would show me the testcase details (like testcase ID, testcase name) that are passed or failed.

That search query should be dynamically built based on the values selected in the dropdowns.

Is there any way we can achieve this?

0 Karma

gpayal18
Explorer

Thanks for the response. So, It can only be achieved using tokens. We can't use the temporary variables used while creating the bar chart?
For eg: this is my search query to create Bar chart: $source$ "$Category_token$"|convert auto("$BuildTok1$") as Actualtime |
convert auto(Requirement) as ExpectedTime | eval TestStatus=case(Actualtime==0, "NotExecuted", Actualtime <= ExpectedTime ,"Pass", Actualtime > ExpectedTime, "Fail") |stats count by TestStatus

this search gives me output of 2 columns (teststatus and count) with values below it. So,
1. is it possible to use teststatus in drilldowns?

Or if not teststatus, if I have to use tokens like "$Category_token$", what value would I assign in drilldowns. Becuase their value is not part of the search output.

0 Karma

lakshman239
Influencer
Yes, using $row.count$ and $row.TestStatus$ you can invoke the next search (drill-down search)
0 Karma

lakshman239
Influencer

You need to implement a drill-down behaviour using token [ captures the field clicked from bar chart] and then invokes another report/search using that token.

Pls see examples in https://docs.splunk.com/Documentation/Splunk/7.2.4/Viz/DrilldownIntro

There are also examples in dashboard app - https://splunkbase.splunk.com/app/1603/

0 Karma
Get Updates on the Splunk Community!

Fueling your curiosity with new Splunk ILT and eLearning courses

At Splunk Education, we’re driven by curiosity—both ours and yours! That’s why we’re committed to delivering ...

Splunk AI Assistant for SPL 1.1.0 | Now Personalized to Your Environment for Greater ...

Splunk AI Assistant for SPL has transformed how users interact with Splunk, making it easier than ever to ...

Unleash Unified Security and Observability with Splunk Cloud Platform

     Now Available on Microsoft AzureOn Demand Now Step boldly into the AI revolution with enhanced security ...