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!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...