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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...