Dashboards & Visualizations

How do you modify drilldown customization from tag clouds?

twinspop
Influencer

I saw this post, but no one has answered with specifics. I've tried without success to modify the block of JS that calls Drilldown.handleDrilldown in the tagcloud sample app. I just want it to set form field values:

events: {
   'click a': function(e) {
      e.preventDefault();
      unsubmittedTokens.set('fieldtoken',e.target.text());
      submittedTokens.set('fieldtoken',e.target.text());
   }
},

But this doesn't work. Any hints?

Original JS block:

events: {
    'click a': function(e) {
        e.preventDefault();
        // Perform automatic drilldown on click on a tag
        Drilldown.handleDrilldown({
            name: this.settings.get('labelField'),
            value: $.trim($(e.target).text())
        }, 'row', this.manager);
    }
},

jlhamlet
Path Finder

Hello,

Any solution for this ?

Thank you for your help.

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...