<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How do I search for the = character? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-the-character/m-p/108304#M28177</link>
    <description>&lt;P&gt;I just tried this too.  No luck, nothing returned.&lt;/P&gt;</description>
    <pubDate>Tue, 24 May 2011 17:22:31 GMT</pubDate>
    <dc:creator>castle1126</dc:creator>
    <dc:date>2011-05-24T17:22:31Z</dc:date>
    <item>
      <title>How do I search for the = character?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-the-character/m-p/108299#M28172</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;    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
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 May 2011 14:50:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-the-character/m-p/108299#M28172</guid>
      <dc:creator>castle1126</dc:creator>
      <dc:date>2011-05-24T14:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search for the = character?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-the-character/m-p/108300#M28173</link>
      <description>&lt;P&gt;You were pretty close with a few.  Instead of quoting the field and the value, just quote the value.  Like this:  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=proxy uri="*abc=321*"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;edit:&lt;BR /&gt;
The percent sign is included in the search from this query on my Splunk instance...&lt;BR /&gt;
    dest_url="&lt;EM&gt;ord=810167203?%5C%22&lt;/EM&gt;"&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2011 15:03:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-the-character/m-p/108300#M28173</guid>
      <dc:creator>bwooden</dc:creator>
      <dc:date>2011-05-24T15:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search for the = character?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-the-character/m-p/108301#M28174</link>
      <description>&lt;P&gt;I've tried that, but my issue is the pattern also includes the percent sign.  When I try index=proxy uri="&lt;EM&gt;abc=321%f=1&lt;/EM&gt;" I get no results.  Thoughts?&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2011 15:37:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-the-character/m-p/108301#M28174</guid>
      <dc:creator>castle1126</dc:creator>
      <dc:date>2011-05-24T15:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search for the = character?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-the-character/m-p/108302#M28175</link>
      <description>&lt;P&gt;I'll have to edit my answer as the comment formatting keeps manipulating my reply...&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2011 15:49:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-the-character/m-p/108302#M28175</guid>
      <dc:creator>bwooden</dc:creator>
      <dc:date>2011-05-24T15:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search for the = character?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-the-character/m-p/108303#M28176</link>
      <description>&lt;P&gt;In dire circumstances, I have restored to the very ugly:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;my_search | where match(_raw,"=")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is obviously not very efficient, but has always worked for me.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2011 17:00:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-the-character/m-p/108303#M28176</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-05-24T17:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search for the = character?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-the-character/m-p/108304#M28177</link>
      <description>&lt;P&gt;I just tried this too.  No luck, nothing returned.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2011 17:22:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-the-character/m-p/108304#M28177</guid>
      <dc:creator>castle1126</dc:creator>
      <dc:date>2011-05-24T17:22:31Z</dc:date>
    </item>
  </channel>
</rss>

