<?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 to Use * in escape sequence? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-Use-in-escape-sequence/m-p/204883#M59527</link>
    <description>&lt;P&gt;In what command do you want to escape the *?&lt;/P&gt;</description>
    <pubDate>Fri, 04 Sep 2015 12:21:36 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2015-09-04T12:21:36Z</dc:date>
    <item>
      <title>How to Use * in escape sequence?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Use-in-escape-sequence/m-p/204882#M59526</link>
      <description>&lt;P&gt;We can use &lt;CODE&gt;\&lt;/CODE&gt; as an escape sequence for special characters ",",(,),[,] and so on. How to use for * character?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2015 11:45:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Use-in-escape-sequence/m-p/204882#M59526</guid>
      <dc:creator>Madhan45</dc:creator>
      <dc:date>2015-09-04T11:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use * in escape sequence?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Use-in-escape-sequence/m-p/204883#M59527</link>
      <description>&lt;P&gt;In what command do you want to escape the *?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2015 12:21:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Use-in-escape-sequence/m-p/204883#M59527</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-09-04T12:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use * in escape sequence?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Use-in-escape-sequence/m-p/204884#M59528</link>
      <description>&lt;P&gt;If I understand your meaning, you are trying to find events that contain the asterisk (*) character. If so, then this is not possible using the backslash since Splunk treats the asterisk as a major breaker (see Event Segmentation below). According to the Search manual, if you want to search for an asterisk you will need to run a post-filtering regex search on the data, such as:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal | regex ".*\*.*"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;References:&lt;BR /&gt;
Event Segmentation - &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.1/Data/Abouteventsegmentation"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.1/Data/Abouteventsegmentation&lt;/A&gt;&lt;BR /&gt;
Search Manual (About Seach Language Syntax) - &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.1/Search/Aboutsearchlanguagesyntax"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.1/Search/Aboutsearchlanguagesyntax&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2015 16:33:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Use-in-escape-sequence/m-p/204884#M59528</guid>
      <dc:creator>badarsebard</dc:creator>
      <dc:date>2015-09-04T16:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use * in escape sequence?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Use-in-escape-sequence/m-p/204885#M59529</link>
      <description>&lt;P&gt;oh thanks badarsebard&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2015 11:35:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Use-in-escape-sequence/m-p/204885#M59529</guid>
      <dc:creator>Madhan45</dc:creator>
      <dc:date>2015-09-07T11:35:31Z</dc:date>
    </item>
  </channel>
</rss>

