Splunk Search

How do I search for the = character?

castle1126
Communicator
    In many of our web proxy logs we see the equal sign (=) included in many URLs.  I'm searching for certain patterns that include the equal sign - for instance, abc=321%f=1.

    I've tried searches like:
    index=proxy uri=*abc\=321\%f\=1
    index=proxy "uri=*abc\=321\%f\=1"
    index=proxy | regex _raw=.*abc\=321\%f\=1.*

    all come back without any results.  I know the IP address of a client and server that has this pattern in it's URI.  So when I run the search against those IPs I get the event that shows the URI I'm looking for.

    Is there a special way to format searches to look for the equal sign?

    Thanks
Tags (1)

dwaddle
SplunkTrust
SplunkTrust

In dire circumstances, I have restored to the very ugly:

my_search | where match(_raw,"=")

This is obviously not very efficient, but has always worked for me.

0 Karma

castle1126
Communicator

I just tried this too. No luck, nothing returned.

0 Karma

bwooden
Splunk Employee
Splunk Employee

You were pretty close with a few. Instead of quoting the field and the value, just quote the value. Like this:

index=proxy uri="*abc=321*"

edit:
The percent sign is included in the search from this query on my Splunk instance...
dest_url="ord=810167203?%5C%22"

0 Karma

bwooden
Splunk Employee
Splunk Employee

I'll have to edit my answer as the comment formatting keeps manipulating my reply...

0 Karma

castle1126
Communicator

I've tried that, but my issue is the pattern also includes the percent sign. When I try index=proxy uri="abc=321%f=1" I get no results. Thoughts?

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