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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...