I want to count all the values of a field, and display all the values as well. How do I write a search in Splunk to achieve this?
Try ... | stats count(field), values(field) | ...
.
If that doesn't solve your problem, please be more specific in your question.