Dashboards & Visualizations

how to create inpage drilldown in Django framework

mvaradarajam
Path Finder

Hi,
how to create inpage drilldown in django framework.can u plz help me...........

Tags (3)
0 Karma

apruneda_splunk
Splunk Employee
Splunk Employee

In Django, you can set the drilldown and drilldownRedirect properties, but you need to use JavaScript to customize the behavior.
The drilldown property can take different values depending on which view you're working with. Example:

{# Enable drilldown, enable redirect #}
{% splunkmap 
    id="example-map" managerid="map-search" 
    drilldown=True 
    drilldownRedirect=True %}

{# Enable drilldown for row clicks, disable redirect #}
{% table 
    id="example-table" managerid="table-search" 
    drilldown="row" 
    drilldownRedirect=False %}

See the Component Reference for details about the drilldown and drilldownRedirect properties for Chart, Table, EventsViewer, and SplunkMap.

Get Updates on the Splunk Community!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...