Getting Data In

How to resolve "Bad regex value" error in transforms.conf?

Waltersr24
New Member
Bad regex value: '\s+([.-\w]+)\s+RT_FLOW', of param: transforms.conf / [dvc_for_junos_fw] / REGEX; why: invalid range in character class

Has anybody else had the same errors? if so, what was your solution?

0 Karma

somesoni2
Revered Legend

As the error indicates, for stanza dvc_for_junos_fw, the REGEX attribute set in transforms.conf is invalid. So, you need to correct the regular expression. Easiest way to validate if a regex is valid or not is to use https://regex101.com/ or similar tool. Based on my testing, you need to escape the hyphen with backslash. (use \s+([.\-\w]+)\s+RT_FLOW instead of \s+([.-\w]+)\s+RT_FLOW)

Waltersr24
New Member

which transforms.conf file would i need to change? i'm pretty new to Splunk and still learning alot of the basics .

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...