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!

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...

Splunk Up Your Game: Why It's Time to Embrace Python 3.9+ and OpenSSL 3.0

Did you know that for Splunk Enterprise 9.4, Python 3.9 is the default interpreter? This shift is not just a ...