Splunk Search

Changing default field case sensitivity

bruceclarke
Contributor

All,

I'm wondering if there is a way to change my configuration files to ignore the capitalization of a field. For example, I would want myField and MyField to both show up if my search is something like:

sourcetype="mysource" myField="SomeValue"

I know there are workarounds for this (e.g. rename and evaluating into a new field), but I was wondering if there is any easier way to handle this case. Ideally, I could set this in a conf file.

Thanks!

0 Karma
1 Solution

linu1988
Champion

rsennett_splunk
Splunk Employee
Splunk Employee

There is no facility in Splunk to ignore case sensitivity in field names, since they are meant to be used as labels, like in programming where each label is unique.

You can, however set field aliases in the props.conf file in your sourcetype stanza

FIELDALIAS- = AS

so it would be something like this:
[accesslog]
EXTRACT-extract_ip = (?\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3})
FIELDALIAS-extract_ip = ip AS ipAddress

You might also want to take a look at this :
http://splunk-base.splunk.com/answers/9201/field-alias-for-all-indexed-data

You haven't said what you're trying to address exactly, but perhaps a combination of the two approaches would spark something for you...

With Splunk... the answer is always "YES!". It just might require more regex than you're prepared for!
0 Karma

linu1988
Champion

Hello,
Similar questions had been answered before. This may help you:

http://splunk-base.splunk.com/answers/59361/dealing-with-keyvalue-pairs-with-inconsistent-key-case

bruceclarke
Contributor

Thanks for the post. I'll give the SED feature a shot.

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