Splunk Search

useother works incorrect

0range
Communicator

Hi all.
When I type "useother=f" in timechart some values are lost:
fro example, I've got 5-types events:
A - 10 events, B - 9 events, C - 9 events, D - 2 events, C - 3 events.

I type : "timechart bla bla"
I expect: "A - 10 events, B - 9 events, C - 9 events, OTHER - 3 events"
I see : "A - 10 events, B - 9 events, C - 9 events, OTHER - 3 events"

OK

I type : "timechart useother=f bla bla"
I expect : "A - 10 events, B - 9 events, C - 9 events, D - 2 events, C - 3 events"
I see: "A - 10 events, B - 9 events, C - 9 events"

They are just covered!!! Has anyone faced this problem?

Tags (2)
0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

That's the intended behaviour. You're looking for limit=0 to avoid more than ten series of data to get collapsed into the other column. useother=f just hides that column, the default limit=10 is still in effect.

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

That's the intended behaviour. You're looking for limit=0 to avoid more than ten series of data to get collapsed into the other column. useother=f just hides that column, the default limit=10 is still in effect.

Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...