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

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...