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
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...