- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 01:33 AM
Hi All,
I have configured custom RegEx to extract the required information in an event.
Whenever I am trying to add the below RegEx expression in event rule, its asking two fields to select.
Regex is working as expected in Regex101.com (Green color background is the one which I need as output)
In instance its asking two expression to select or add while i am using the custom regex. Can anyone help me how I can address this?
Regards,
Ganesh
Solved! Go to Solution.
- Labels:
-
Event Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 05:01 AM
Hey,
have you tried matching it without any grouping?
Something like: \S+\s+\S+\s+\S+\s+(\S+)
Maybe the issue is something else.
Regards
Fabian

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 11:28 PM
Glad i could help, sometimes RegEx in ServiceNow is weird.