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.
This comes from the top command so just add this to your existing search:
... | top <Some Number Here> SourceName
A 0 should mean unlimited.
This comes from the top command so just add this to your existing search:
... | top <Some Number Here> SourceName
A 0 should mean unlimited.
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!