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!

Splunk APM & RUM | Upcoming Planned Maintenance

There will be planned maintenance of the streaming infrastructure for Splunk APM and Splunk RUM in the coming ...

Part 2: Diving Deeper With AIOps

Getting the Most Out of Event Correlation and Alert Storm Detection in Splunk IT Service Intelligence   Watch ...

User Groups | Upcoming Events!

If by chance you weren't already aware, the Splunk Community is host to numerous User Groups, organized ...