Quantcast
Channel: Latest Questions on Splunk Answers
Viewing all articles
Browse latest Browse all 13053

Inline drilldown from HTML Module

$
0
0

Ist it possible to make an inline drilldown from an HTML module (using a div/link ..) instead of using a SimpleResultsTable or a Table Module?

The HTML Module is used to emulate single values. When a user clicks on one of the values I would like to have the same behaviour as the "drilldown1_tables" in Sideview Utils (Version 2.3).

<module name="HTML">
    <param name="html">
        <![CDATA[

        <h2>Failed Action X:</h2>

        <div class="valueDisplay"><div class="inner"><b>$results[0].count$</b></div></div>

        <h2>Failed Action Y:</h2>

        <div class="valueDisplay"><div class="inner"><b>$results[1].count$</b></div></div>

     ]]></param>
     <module name="Downstream visualization"></module>
</module>

Viewing all articles
Browse latest Browse all 13053

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>