compare_logs
Compare multiple log files to identify entries unique to each file. Normalizes variable parts to highlight meaningful differences and shared patterns.
Instructions
Compare multiple log files and find entries unique to each file.
Normalises variable parts (numbers, UUIDs, hex) so that messages differing only in IDs or timestamps are treated as the same pattern. Returns patterns that appear in some files but not in others, helping you focus on what is different rather than what is common. Also shows shared patterns and frequency outliers where the same pattern appears with very different counts across files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_paths | Yes | ||
| max_unique_per_file | No | ||
| max_shared_patterns | No | ||
| frequency_ratio_threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |