Dashboards & Visualizations

Field value specific drilldown

coreyCLI
Path Finder

I want to be able to drilldown on a field if the value is an IP address.  If it is not an IP address it will be some string value of "N/A" or something similar and the field will not clickable some other way to handle the drilldown function for fields with that value.

Labels (2)
0 Karma
1 Solution

coreyCLI
Path Finder

For anyone that might be interested this is the solution I am using so far.

 

<condition match="$row.ip$ != &quot;N/A&quot;">
            <link target="_blank">/app/appname/dashboard_name?form.search_token=$click.value2$</link>
          </condition>
          <condition field="Tasked"></condition>

View solution in original post

0 Karma

coreyCLI
Path Finder

For anyone that might be interested this is the solution I am using so far.

 

<condition match="$row.ip$ != &quot;N/A&quot;">
            <link target="_blank">/app/appname/dashboard_name?form.search_token=$click.value2$</link>
          </condition>
          <condition field="Tasked"></condition>
0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...