Splunk Search

how to make use of two top options .....

dilstn
Explorer

I have a log which displays a others(section) while use the top command with limit.....

here is my search command.... ........| top limit=0 Customer,Price

This gives me a other() section in pie chart ....

so i used another top option such as

like this ..... ...........| top limit=0 useother=true Customer,Price

The above top command is not working only the " limit "option is working ..... but not the " useother=true " option is not working .... can u please guide me...........

but when i use ......| top useother=true Customer,Price ..... this alone works ......

but i need top command with two option to work .... how can i make this ..please guide me....

Tags (1)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

The settings limit=0 useother=true contradict each other. useother applies to those cut off by the limit, but limit=0 doesn't cut anything off.

What you're seeing in the pie chart is the chart summarizing many small slices into one other-slice, that's not a result of the top command. See the tabular results view for confirmation.

Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...