Getting Data In

Deployment Monitor Throwing Errors

OldManEd
Builder

Just loaded the Deployment Monitor, v5.0.3, and it's throwing errors;

ERROR SearchOperator:kv - Cannot compile RE \"(?i)Subscription-Name>(?P<Subscription-Name>.+?)<\" for transform 'EXTRACT-Subscription_Name': Regex: syntax error in subpattern name (missing terminator)

And it's doing this for a bunch of fields;

Subscription-Name
Network-Status
Network-ID
Authentication-Type
Algorithm-Name
Subscription-Name
Network-Status
etc.

Has anyone seen this before?

0 Karma
1 Solution

OldManEd
Builder

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;

EXTRACT-Subscription_Name = (?i)Subscription-Name>(?P<Subscription-Name>.+?)<

The problem was with the "(?P<Subscription-Name>" section. On support's suggestion I was asked to change the dash to an underscore on all the fields with problems as seen below;

EXTRACT-Subscription_Name = (?i)Subscription-Name>(?P<Subscription_Name>.+?)<

That cleaned it up.

View solution in original post

0 Karma

OldManEd
Builder

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;

EXTRACT-Subscription_Name = (?i)Subscription-Name>(?P<Subscription-Name>.+?)<

The problem was with the "(?P<Subscription-Name>" section. On support's suggestion I was asked to change the dash to an underscore on all the fields with problems as seen below;

EXTRACT-Subscription_Name = (?i)Subscription-Name>(?P<Subscription_Name>.+?)<

That cleaned it up.

0 Karma
Get Updates on the Splunk Community!

Unlock Database Monitoring with Splunk Observability Cloud

  In today’s fast-paced digital landscape, even minor database slowdowns can disrupt user experiences and ...

Purpose in Action: How Splunk Is Helping Power an Inclusive Future for All

At Cisco, purpose isn’t a tagline—it’s a commitment. Cisco’s FY25 Purpose Report outlines how the company is ...

[Upcoming Webinar] Demo Day: Transforming IT Operations with Splunk

Join us for a live Demo Day at the Cisco Store on January 21st 10:00am - 11:00am PST In the fast-paced world ...