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!

Index This | When is October more than just the tenth month?

October 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What’s New & Next in Splunk SOAR

 Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us for an ...