Splunk Search

search fields - OTHER

Ant1D
Motivator

Hey,

By default when you run some Splunk searches, some of the results end up going under a field named OTHER.

I know that you can remove this data by adding | fields - OTHER to a search

How can I see the fields that make up the data found under OTHER instead of seeing this OTHER field?

Tags (3)
0 Karma
1 Solution

fox
Path Finder

try this:

index=..... search | timechart limit=0 count by source....

this will include all and bucket the 11th onwards into OTHER.

or if you still want to take advantage of the OTHER bucket but increase visibility:

index=..... search | timechart limit=40 count by source....

by default limit is set to 10 (however this can also be adjusted in a system conf file.)

View solution in original post

fox
Path Finder

try this:

index=..... search | timechart limit=0 count by source....

this will include all and bucket the 11th onwards into OTHER.

or if you still want to take advantage of the OTHER bucket but increase visibility:

index=..... search | timechart limit=40 count by source....

by default limit is set to 10 (however this can also be adjusted in a system conf file.)

willthames
Path Finder

Do you mean you want to break OTHER into the fields that you want to extract?

It sounds like you need to improve upon the matching done by Splunk by creating your own extractions - there is more than one way to do this, see http://www.splunk.com/base/Documentation/latest/Knowledge/Addfieldsatsearchtime

I use transforms.conf to create new extractions but you might prefer one of the other ways.

If I've misunderstood what you're trying to do, apologies.

0 Karma

Ant1D
Motivator

Hi willthames, Yes your understanding is correct. My instance currently uses many field extractions but the OTHER field still turns up on occasion to make its presence felt and you cannot drilldown on the OTHER field. So, I was hoping that I could do something to find out what data is really going under this OTHER field.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...