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!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...