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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...