Log Surgeon
Test & API docs
|
Buffer parser using variables without capture groups. | Tests covering variable matching without regex capture groups |
Buffer parser using variables with capture groups. | Tests BufferParser behavior with named capture groups in variable schemas |
Buffer parser using the default schema. | Tests for CLP's default variable schema: timestamp, int, float, hex, key-value pairs, etc |
Buffer parser identifying variable tokens on newlines. | Tests covering how BufferParser categorizes variable tokens appearing at the start of new lines, including interaction with static-text, delimiters, and capture group repetition |
Buffer parser using variables containing | Tests for BufferParser using a schema where variables are defined with custom delimiters |
Capture unit tests. | Capture related unit tests |
DFA unit tests. | DFA related unit tests |
NFA unit tests. | NFA related unit tests |
Prefix tree unit tests. | Capture related unit tests |
Regex AST unit tests. | Capture related unit tests |
Register handler unit tests. | Register handler related unit tests |
Schema unit tests. | Schema related unit tests |