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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...