No capture group found in RegEx
Hi,
I'm trying to use the following to parse file names from the field "file" that match a specific regex pattern.
| parse regex field=file "([a-z]*[0-9]*)_([0-9]*)(.tif|.png)" as transfer_file
This isn't working because I get the error, "No capture group found in regex". This should be a valid regex pattern, and I've used it before outside SumoLogic with success, so I don't know what the issue is. What doesn't SumoLogic like about this?
Thanks for any suggestions.
Please sign in to leave a comment.
Comments
3 comments