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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...