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!

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...

Splunk APM: New Product Features + Community Office Hours Recap!

Howdy Splunk Community! Over the past few months, we’ve had a lot going on in the world of Splunk Application ...

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...