Dashboards & Visualizations

Drilldown to a flashtimeline table

mcm10285
Communicator

Hi, anybody has an idea on how to drilldown to a new popup window? That's taking the value of a click from a graph then taking that value and using it in a different search that will result to a table in another popup window (flashtimeline).

I was able to do Drilldown to a new chart. (http://docs.splunk.com/Documentation/Splunk/5.0.3/AdvancedDev/TableChartDrilldown)

Then this stood out in answers, but it's calling another saved search.

(http://splunk-base.splunk.com/answers/47755/chart-drilldown-to-another-chart-in-popup-window)

Tags (2)
0 Karma

somesoni2
Revered Legend

If using advanced xml, you can add following section (module - ConvertToDrilldownSearch) under your SimpleResultTable section.

 <module name="SimpleResultsTable">
        <param name="entityName">results</param>
    <param name="displayRowNumbers">off</param>
    <param name="drilldown">row</param>
    <module name="ConvertToDrilldownSearch">
        <module name="ViewRedirector">
            <param name="viewTarget">flashtimeline</param>
            <param name="popup">True</param>
        </module>
    </module>
    .
    .
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...