<?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: equals sign in regexes in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/equals-sign-in-regexes/m-p/568739#M10114</link>
    <description>&lt;P&gt;Yeah, I know that but that covers regular regex syntax (which is more-or less PCRE) and escaping special characters. And equals sign is not special (at least in regex).&lt;/P&gt;&lt;P&gt;As I said, I found a mention about escaping the equals sign on few posts on community but nothing in official docs &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Sep 2021 14:17:46 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2021-09-28T14:17:46Z</dc:date>
    <item>
      <title>equals sign in regexes</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/equals-sign-in-regexes/m-p/568727#M10110</link>
      <description>&lt;P&gt;I'm trying to match events in transforms.conf on key=value strings. (like EventCode=103 and so on).&lt;/P&gt;&lt;P&gt;It wouldn't work unless I did escape the equals sign with backslash. So config entry like&lt;/P&gt;&lt;PRE&gt;REGEX=ComputerName=whatever.domain.com&lt;/PRE&gt;&lt;P&gt;Doesn't seem to work, but&lt;/P&gt;&lt;PRE&gt;REGEX=ComputerName\=whatever.domain.com&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;does.&lt;/P&gt;&lt;P&gt;And I generally don't mind it but I would love to see a piece of docs that says that the equals sign has to be ascaped. Normally it doesn't so I have no idea if it's something to do with regex itself, or with conf file parsing.&lt;/P&gt;&lt;P&gt;Can anyone point me to a proper doc?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 13:45:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/equals-sign-in-regexes/m-p/568727#M10110</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-09-28T13:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: equals sign in regexes</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/equals-sign-in-regexes/m-p/568732#M10111</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;Hey, There is not any exact document for only a "=" but you can find a doc for regex and you can get more info with this:&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/SCS/current/Search/Escapecharacters" target="_self"&gt;https://docs.splunk.com/Documentation/SCS/current/Search/Escapecharacters&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Also, If this reply helps you, an upvote would be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 13:52:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/equals-sign-in-regexes/m-p/568732#M10111</guid>
      <dc:creator>ashvinpandey</dc:creator>
      <dc:date>2021-09-28T13:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: equals sign in regexes</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/equals-sign-in-regexes/m-p/568739#M10114</link>
      <description>&lt;P&gt;Yeah, I know that but that covers regular regex syntax (which is more-or less PCRE) and escaping special characters. And equals sign is not special (at least in regex).&lt;/P&gt;&lt;P&gt;As I said, I found a mention about escaping the equals sign on few posts on community but nothing in official docs &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 14:17:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/equals-sign-in-regexes/m-p/568739#M10114</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-09-28T14:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: equals sign in regexes</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/equals-sign-in-regexes/m-p/568756#M10117</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;Here is the official link from splunk where the list of all the special characters are mentioned, Also the "equal to" sign is present:&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/StyleGuide/current/StyleGuide/Specialcharacters" target="_self"&gt;https://docs.splunk.com/Documentation/StyleGuide/current/StyleGuide/Specialcharacters&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Also, If this reply helps you, an upvote would be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 14:42:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/equals-sign-in-regexes/m-p/568756#M10117</guid>
      <dc:creator>ashvinpandey</dc:creator>
      <dc:date>2021-09-28T14:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: equals sign in regexes</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/equals-sign-in-regexes/m-p/568762#M10118</link>
      <description>&lt;P&gt;Well yes, but it's a style guide, not a conf file spec &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 15:01:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/equals-sign-in-regexes/m-p/568762#M10118</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-09-28T15:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: equals sign in regexes</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/equals-sign-in-regexes/m-p/568816#M10119</link>
      <description>Hi&lt;BR /&gt;If/when you have found anything enough clear or confusing on docs you should leave comment on that page. Doc team are willing to clarifying those on docs.&lt;BR /&gt;r. Ismo</description>
      <pubDate>Tue, 28 Sep 2021 17:48:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/equals-sign-in-regexes/m-p/568816#M10119</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-09-28T17:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: equals sign in regexes</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/equals-sign-in-regexes/m-p/568819#M10121</link>
      <description>&lt;P&gt;Yeah, I know. I already "fixed" a thing or two on the doc pages &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 18:33:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/equals-sign-in-regexes/m-p/568819#M10121</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-09-28T18:33:11Z</dc:date>
    </item>
  </channel>
</rss>

