Splunk Search

Can find a field value only when using a wildcard prefix

ilyar
Observer

Hello,

I have field name: let's call it - "foo" and a value I desire to add to my search - "bar".
When I execute a normal query, for example: 

 

 

 

 

index="main" sourcetype="blabla" foo="bar"

 

 

 

 

it won't find anything, although I know there are many events that have the field foo=bar
Alternatively, when I execute the following query:

 

 

 

 

index="main" sourcetype="blabla" foo="*bar"

 

 

 

 

 I get the results I want. 

What causes the first search, which should work, to fail? Is that encoding issue?

Thanks!

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Can you share your events?

0 Karma

ilyar
Observer

Hi buddy, unfortunately not, it's sensitive data. I'm sure people had the same problem. I believe it has to do with encoding...

0 Karma

isoutamo
SplunkTrust
SplunkTrust
Can you check what your job inspection said on those rows which contains word lispy?
0 Karma

kennetkline
Path Finder

Sounds like maybe a transforms/props issue.

If you are getting hits with the wildcard, I would believe there is a whitespace issue; (where a leading space or more exists in the  value.



0 Karma

ilyar
Observer

Hi! I tried to search with a numerous amouns of spaces, yet it cannot find the value. Using the wildcard works, however. 
Maybe you have an idea as to how to confirm that?

thanks!

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
index="main" sourcetype="blabla"
| rex "foo=\"(?<characters>.*)bar\""
| fields characters
0 Karma
Get Updates on the Splunk Community!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...