Splunk Search

Is there a timechart legend limit?

RVDowning
Contributor

I have the following in a search

| timechart span=1h max(CPU%) AS "CPU", max(Memory%) as "MEM" by host

If the number of hosts is 10 or fewer, it works as expected. If there are 11 hosts, the hostname is shown as "OTHER." Is this a built in limit? If so, can this limit be extended?

Tags (3)
1 Solution

masonmorales
Influencer

Try:

| timechart span=1h max(CPU%) AS "CPU", max(Memory%) as "MEM" by host useother=f limit=100

View solution in original post

chimell
Motivator

Hi RVDowing

use limit=0 means no filtering

 ......| timechart span=1h max(CPU%) AS "CPU", max(Memory%) as "MEM" by host limit=0

Thanks

sssignals
Path Finder

It works! Thanks.

0 Karma

masonmorales
Influencer

Try:

| timechart span=1h max(CPU%) AS "CPU", max(Memory%) as "MEM" by host useother=f limit=100

masonmorales
Influencer

You can also do useother=f limit=0 for no filtering. useother=f disables aggregation of all other data that exceeds the limit specified. Please click accept answer if this was helpful.

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 ...