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!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

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