Baler


Log Pattern Extraction

System Events can result in millions of log lines. The possible lines are unknown in advance, may arise only with rare significant events, and may change with new system software: Millions of Log Lines

Typical log data tools rely on regular expression (or grep) matching, which requires advance knowledge of log lines in order to build the regular expression. Baler extracts patterns deterministically from log lines, with no advance information required. This results in a vastly smaller number of patterns to parse, and patterns can be compared across systems.

Baler Pattern Extraction

For more information