All Apps and Add-ons

Location Tracker - Custom Visualization: How to disable drilldown?

arjangoos
Path Finder

We use the Location Tracker - Custom Visualization app and we want to disable the drilldown. How can we do this?

0 Karma

yoho
Contributor

I think custom viz apps are inherating certain properties from more general vizualisation elements such as . I'm not an expert but anyway, the following worked for me to disable the "timeline" default drilldown :

Under the element of your source XML, just add a dummy drilldown which sets a token, for instance:

   <viz type=...>
    ...
      <drilldown>
        <set  token="sourcetype">1</set>
      </drilldown>
    </viz>
0 Karma

aaraneta_splunk
Splunk Employee
Splunk Employee

@arjangoos - Did the answer provided by shaskell help provide a working solution to your question? If yes, please don't forget to resolve this post by clicking "Accept". If no, please leave a comment with more feedback. Thanks!

0 Karma

shaskell_splunk
Splunk Employee
Splunk Employee

The simple answer is you can't disable it through the UI or XML. The drilldown is bound to each marker's 'click' mouse event in the code. The app author would need to expose a setting in the format menu and toggle the drilldown based on the value.

0 Karma
Get Updates on the Splunk Community!

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...

Integrating Splunk Search API and Quarto to Create Reproducible Investigation ...

 Splunk is More Than Just the Web Console For Digital Forensics and Incident Response (DFIR) practitioners, ...

Congratulations to the 2025-2026 SplunkTrust!

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