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!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...