<?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 Deployment Monitor Throwing Errors in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Deployment-Monitor-Throwing-Errors/m-p/176245#M35337</link>
    <description>&lt;P&gt;Just loaded the Deployment Monitor, v5.0.3, and it's throwing errors;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ERROR SearchOperator:kv - Cannot compile RE \"(?i)Subscription-Name&amp;gt;(?P&amp;lt;Subscription-Name&amp;gt;.+?)&amp;lt;\" for transform 'EXTRACT-Subscription_Name': Regex: syntax error in subpattern name (missing terminator)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And it's doing this for a bunch of fields;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Subscription-Name
Network-Status
Network-ID
Authentication-Type
Algorithm-Name
Subscription-Name
Network-Status
etc.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Has anyone seen this before?&lt;/P&gt;</description>
    <pubDate>Thu, 22 May 2014 20:47:37 GMT</pubDate>
    <dc:creator>OldManEd</dc:creator>
    <dc:date>2014-05-22T20:47:37Z</dc:date>
    <item>
      <title>Deployment Monitor Throwing Errors</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Deployment-Monitor-Throwing-Errors/m-p/176245#M35337</link>
      <description>&lt;P&gt;Just loaded the Deployment Monitor, v5.0.3, and it's throwing errors;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ERROR SearchOperator:kv - Cannot compile RE \"(?i)Subscription-Name&amp;gt;(?P&amp;lt;Subscription-Name&amp;gt;.+?)&amp;lt;\" for transform 'EXTRACT-Subscription_Name': Regex: syntax error in subpattern name (missing terminator)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And it's doing this for a bunch of fields;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Subscription-Name
Network-Status
Network-ID
Authentication-Type
Algorithm-Name
Subscription-Name
Network-Status
etc.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Has anyone seen this before?&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2014 20:47:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Deployment-Monitor-Throwing-Errors/m-p/176245#M35337</guid>
      <dc:creator>OldManEd</dc:creator>
      <dc:date>2014-05-22T20:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Monitor Throwing Errors</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Deployment-Monitor-Throwing-Errors/m-p/176246#M35338</link>
      <description>&lt;P&gt;OK, I opened up a trouble ticket with Splunk support on this one and they figured it out.  In the /opt/splunk/etc/apps/search/local/props.conf file, under the [sprprovisioning] stanza, the fields were defined as follows;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;EXTRACT-Subscription_Name = (?i)Subscription-Name&amp;gt;(?P&amp;lt;Subscription-Name&amp;gt;.+?)&amp;lt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The problem was with the &lt;CODE&gt;"(?P&amp;lt;Subscription-Name&amp;gt;"&lt;/CODE&gt; section.  On support's suggestion I was asked to change the dash to an underscore on all the fields with problems as seen below;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;EXTRACT-Subscription_Name = (?i)Subscription-Name&amp;gt;(?P&amp;lt;Subscription_Name&amp;gt;.+?)&amp;lt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That cleaned it up.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 20:02:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Deployment-Monitor-Throwing-Errors/m-p/176246#M35338</guid>
      <dc:creator>OldManEd</dc:creator>
      <dc:date>2014-06-11T20:02:22Z</dc:date>
    </item>
  </channel>
</rss>

