get_error_patterns
Group similar error messages to detect recurring patterns, separating systemic issues from one-off errors.
Instructions
Detect recurring error patterns by aggregating similar error messages.
Groups errors by message and identifies the most common patterns — useful for separating systemic issues from one-off errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | No | Service name to filter by (optional) | |
| time_range | No | Time range to analyze (e.g., "15m", "1h", "24h", "7d") | 24h |
| max_patterns | No | Maximum number of patterns to return | |
| min_occurrences | No | Minimum occurrences to be considered a pattern |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||