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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...