Splunk Search

How to search for a field whose value is *

mohankesireddy
Path Finder

Hi

I have a field whose value is "*", When i use that field value pair splunk is assuming it as a wildcard and returning all values. I am not sure how to search with such a value.

Cheers
mohan

Tags (1)

lukejadamec
Super Champion

No no no, you need to choose. The price of asking a question is you have to accept an answer if you get one. If there is more then one working answer, then you need to accept my answer.
somesoni2 is not the droid you're looking for.

0 Karma

mohankesireddy
Path Finder

Thanks for all the answers

both the below searches worked

Your base search | regex yourfield="[*]"

and

|regex "\*"
0 Karma

mohankesireddy
Path Finder

Thanks for all the answers

both the below searches worked

Your base search | regex yourfield="[*]"

|regex "\*"
0 Karma

lukejadamec
Super Champion

You cannot use the "*" in a key value pair search, but as the two folks suggested you can use a post-filtering regex.

The book recommends

|regex ".*\*.*"

But, if the value is exactly "*" then

|regex "\*"

should work for you.

Here is the search syntax doc:

http://docs.splunk.com/Documentation/Splunk/6.0/Search/Aboutsearchlanguagesyntax

mohankesireddy
Path Finder

Thanks for the answer it worked

0 Karma

somesoni2
Revered Legend

You can use following to get only the rows which have field="*".

Your base search | regex yourfield="[*]" 

mohankesireddy
Path Finder

Thanks Mate it worked

0 Karma

MuS
Legend

Hi mohankesireddy,

you can use something like this:

YourFancySearchCommand | regex _raw="(?i)YourFieldName=\"*\""

this will search for all YourFieldName's which has a value of *

hope this helps ...

cheers, MuS

0 Karma

Ayn
Legend

Give us a sample event that you're wanting to match, please.

mohankesireddy
Path Finder

Thanks MuS for the quick reply, I tried the above regex but it is not working. my search

index=main host=myapp sourcetype=myaccess | regex _raw="(?i)file_name=\"*\""

I am not getting results.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...