Splunk Search

View interesting fields - maximum

allenhau
Engager

When I click on an interesting field I have 100 values but it only displays the top 10. How can I view all values?

0 Karma

to4kawa
Ultra Champion
| stats count as counts by your_interesting_field
| stats list(counts) as counts list(your_interesting_field) as your_interesting_field
0 Karma

allenhau
Engager

perfect thanks!

0 Karma

to4kawa
Ultra Champion

Congratulation. Please accept the answer.

0 Karma

to4kawa
Ultra Champion

dashboard? drilldown?
stats values(your_interesting_field)
Is this enough?

0 Karma

allenhau
Engager

thanks for that info. suppose I want to count the results as well. Which command would I append to that?

0 Karma
Get Updates on the Splunk Community!

How to send events & findings from AWS to Splunk using Amazon EventBridge

Amazon EventBridge is a serverless service that uses events to connect application components together, making ...

Exciting News: The AppDynamics Community Joins Splunk!

Hello Splunkers,   I’d like to introduce myself—I’m Ryan, the former AppDynamics Community Manager, and I’m ...

The All New Performance Insights for Splunk

Splunk gives you amazing tools to analyze system data and make business-critical decisions, react to issues, ...