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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...