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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...