match_log
Match a log line against learned clusters to identify the closest template and extract parameters, without modifying the model.
Instructions
Match one log line against learned clusters without changing the model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log_message | Yes | ||
| extract_parameters | No | ||
| full_search_strategy | No | fallback |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matched | Yes | ||
| template | No | ||
| cluster_id | No | ||
| parameters | No | ||
| change_type | No | none | |
| log_message | Yes | ||
| cluster_size | No |