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!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk on November 6 at 11AM PT, and empower your SOC to reach new heights! Duration: ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...