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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...