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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...