Skip to main content

Security ContentExabeam Security Content in the Common Information Model

Associating a Log with a Parser

In the unified ingestion pipeline, logs are associated with the correct parser based on a unique string or strings that are present in the log. These strings are specified in the Condition parameter of the parser. If multiple conditions are specified, all of the conditions must exist in the log for the parser to take effect. For more information about the elements of a parser, see Anatomy of a Parser.

Logs entering the unified ingestion pipeline are evaluated against parsers consecutively until they match all of the conditions of a specific parser. When a log is matched to a parser, no further evaluation takes place. The parser with the matched conditions is used to parse the event.