Dashboards & Visualizations

How to set and unset drilldown in Splunk Js?

Jhanzkie
Path Finder

Hello,
Sorry again for beginner question.

I want to add drilldown in my TableView that when i click a cell in Table A it will show Table B.
Also, If I click a cell in Table B it will hide.

Jhanzkie_0-1647396773627.png

Jhanzkie_1-1647396801102.png


I want to check how it is done in Splunk Js.

Thank you

Labels (2)
Tags (2)
0 Karma

bowesmana
SplunkTrust
SplunkTrust

Do you need to do it in JS or is doing it inside the XML OK?

In XML it's simply

<panel>
...
  <drilldown>
    <set token="component">$row.component$</set>
  </drilldown>
</panel>
...
<panel depends="$component$>
... second panel
  <drilldown>
    <unset token="component"></unset>
  </drilldown>
</panel>

Jhanzkie
Path Finder

Hello thank you for your response.

Yes i wanna see it in Js 🙂 .

0 Karma
Get Updates on the Splunk Community!

New in Observability - Improvements to Custom Metrics SLOs, Log Observer Connect & ...

The latest enhancements to the Splunk observability portfolio deliver improved SLO management accuracy, better ...

Improve Data Pipelines Using Splunk Data Management

  Register Now   This Tech Talk will explore the pipeline management offerings Edge Processor and Ingest ...

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud?

Register Join this Tech Talk to learn how unique features like Service Centric Views, Tag Spotlight, and ...