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!

Splunk Answers Content Calendar, June Edition

Get ready for this week’s post dedicated to Splunk Dashboards! We're celebrating the power of community by ...

What You Read The Most: Splunk Lantern’s Most Popular Articles!

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

See your relevant APM services, dashboards, and alerts in one place with the updated ...

As a Splunk Observability user, you have a lot of data you have to manage, prioritize, and troubleshoot on a ...