Dashboards & Visualizations

How do I pass all values in a table's column to another panel in the same dashboard?

thisissplunk
Builder

I can't figure out how to pass ALL (not the first) values of a column in my table to another panel in my dashboard. Ultimately, I need to filter out values in the second panel that were already seen in the first panel. Think "new values as of this week we should talk about" vs "all other values over the past 6 months".

0 Karma

woodcock
Esteemed Legend

You can just add this to the end of your search:

... | stats values(<your field name here>) AS _your_secret_field

Then you can save that invisible field by pushing this to a global token with

<eval token="YourField">$results._your_secret_field$</eval>

Then you can access it ANYWHERE with $YourField$.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...