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's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...