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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...