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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...