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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...