Dashboards & Visualizations

How to to enable drilldown for the columns whose field-names start with XYZ?

lostcauz3
Path Finder
KPI XYZ-123 XYZ-12345 Service-123 Service-12345
random_data random_data random_data random_data random_data
random_data random_data random_data random_data random_data

 

I Have a dashboard like this one above , I want to enable drilldown for the columns whose field-names start with XYZ

and disable drilldown for the ones that start with Service.

Is there any way i can achieve this in xml ?

Labels (2)
Tags (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Try something based on this

        <drilldown>
          <condition match="match('click.name2',&quot;XYZ&quot;)">
            <eval token="namematch">$click.name2$</eval>
          </condition>
          <condition>
            <set token="nameechosen">No match</set>
          </condition>
        </drilldown>
0 Karma
Get Updates on the Splunk Community!

Enter the Dashboard Challenge and Watch the .conf24 Global Broadcast!

The Splunk Community Dashboard Challenge is still happening, and it's not too late to enter for the week of ...

Join Us at the Builder Bar at .conf24 – Empowering Innovation and Collaboration

What is the Builder Bar? The Builder Bar is more than just a place; it's a hub of creativity, collaboration, ...

Combine Multiline Logs into a Single Event with SOCK - a Guide for Advanced Users

This article is the continuation of the “Combine multiline logs into a single event with SOCK - a step-by-step ...