Regex

A regex pattern (short for regular expression pattern) is a sequence of characters that defines a search rule for matching specific text patterns from a non-structure string.

Regex patterns can became very complex, and usually a Regex information resource is necessary to create and test Regex patterns against specific strings before getting the final right pattern.

We recomend use next Regex creation tool, which allows to generate patterns using non-structured strings definied by the user:

Parameter
Description

Field

Field where the text string to be parsed is located

Expression

Regex patterns to be applied on events from this integration You can add as many patterns as you need, each on a separate line. The first pattern that works on the event will extract its information, and prevent the rest of the patterns from being applied.

Last updated