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!

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...