match_logs
Match a batch of log lines against learned templates without altering the model. Use it to classify new logs and extract parameters while preserving training state.
Instructions
Match a batch of log lines without changing the learned model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log_messages | Yes | ||
| extract_parameters | No | ||
| full_search_strategy | No | fallback |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| total | Yes | ||
| changed | Yes | ||
| matched | Yes | ||
| results | Yes | ||
| unmatched | Yes |