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 | A sphere has three, a circle has two, and a point has zero. What is it?

September 2023 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

Build Scalable Security While Moving to Cloud - Guide From Clayton Homes

 Clayton Homes faced the increased challenge of strengthening their security posture as they went through ...

Mission Control | Explore the latest release of Splunk Mission Control (2.3)

We’re happy to announce the release of Mission Control 2.3 which includes several new and exciting features ...