Splunk Search

How to see all values in a field

tmontney
Builder

alt text

It says 41 values exist, but it's only showing 10. How do I see the rest, and select from them with checkboxes? This is very useful since as soon as I choose one, then only one will show when I want multiple.

1 Solution

woodcock
Esteemed Legend

This comes from the top command so just add this to your existing search:

... | top <Some Number Here> SourceName

A 0 should mean unlimited.

View solution in original post

woodcock
Esteemed Legend

This comes from the top command so just add this to your existing search:

... | top <Some Number Here> SourceName

A 0 should mean unlimited.

kendricbeachey
New Member

When I did top 0 I got zero results. I had 469 results in all, so top 469 got me what I needed. Still, this steered me in the right direction...thanks!

0 Karma
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...