<?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 Search for percent symbol in log entries in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-for-percent-symbol-in-log-entries/m-p/50133#M12044</link>
    <description>&lt;P&gt;Our web server logs have percent symbols in the entries. I am able to search for certain logs by using REGEX (e.g. REGEX _raw=\/searchresults.html\?ab\=12345\%abc123).  But my users are not REGEX savvy.  Is there a way to search for characters like %, etc and not use REGEX?&lt;/P&gt;

&lt;P&gt;Thanks!
Steve&lt;/P&gt;</description>
    <pubDate>Wed, 15 Sep 2010 00:19:07 GMT</pubDate>
    <dc:creator>castle1126</dc:creator>
    <dc:date>2010-09-15T00:19:07Z</dc:date>
    <item>
      <title>Search for percent symbol in log entries</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for-percent-symbol-in-log-entries/m-p/50133#M12044</link>
      <description>&lt;P&gt;Our web server logs have percent symbols in the entries. I am able to search for certain logs by using REGEX (e.g. REGEX _raw=\/searchresults.html\?ab\=12345\%abc123).  But my users are not REGEX savvy.  Is there a way to search for characters like %, etc and not use REGEX?&lt;/P&gt;

&lt;P&gt;Thanks!
Steve&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2010 00:19:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for-percent-symbol-in-log-entries/m-p/50133#M12044</guid>
      <dc:creator>castle1126</dc:creator>
      <dc:date>2010-09-15T00:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Search for percent symbol in log entries</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for-percent-symbol-in-log-entries/m-p/50134#M12045</link>
      <description>&lt;P&gt;You should be able to search just for the percent symbol without escaping it. You can use the backslash to escape special characters such as quotes and backslashes.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=blah %
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Searches index blah for all entries with percent signs.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=blah \%
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;works as well.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2010 00:38:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for-percent-symbol-in-log-entries/m-p/50134#M12045</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2010-09-15T00:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Search for percent symbol in log entries</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for-percent-symbol-in-log-entries/m-p/50135#M12046</link>
      <description>&lt;P&gt;Seems to me you can really just search for "%" or "25%", either with or without the quotes. Works for me, at least with the default segmentation settings.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2010 00:39:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for-percent-symbol-in-log-entries/m-p/50135#M12046</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-09-15T00:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Search for percent symbol in log entries</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for-percent-symbol-in-log-entries/m-p/50136#M12047</link>
      <description>&lt;P&gt;It wouldn't work if you were trying to search a portion of a string between breakers.  In your example, searching for "%" should work ok, but "%abc" would not. So just add a wildcard to the search "%abc*".  &lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2010 00:44:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for-percent-symbol-in-log-entries/m-p/50136#M12047</guid>
      <dc:creator>Jeremiah</dc:creator>
      <dc:date>2010-09-15T00:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Search for percent symbol in log entries</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for-percent-symbol-in-log-entries/m-p/50137#M12048</link>
      <description>&lt;P&gt;Thanks!  This worked great!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2010 01:03:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for-percent-symbol-in-log-entries/m-p/50137#M12048</guid>
      <dc:creator>castle1126</dc:creator>
      <dc:date>2010-09-15T01:03:07Z</dc:date>
    </item>
  </channel>
</rss>

