log_analyzer_diff
Compare log files or time periods to identify new errors, resolved issues, and volume changes for debugging and monitoring.
Instructions
Compare log files or time periods within a log file.
Args:
file_path_a: First log file path
file_path_b: Second log file path (optional - for comparing two files)
time_range_a_start: Start time for first period (ISO format, for time comparison)
time_range_a_end: End time for first period (ISO format)
time_range_b_start: Start time for second period (ISO format)
time_range_b_end: End time for second period (ISO format)
response_format: Output format - 'markdown' or 'json'
Returns:
Comparison showing new errors, resolved errors, and volume changes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path_a | Yes | ||
| file_path_b | No | ||
| time_range_a_start | No | ||
| time_range_a_end | No | ||
| time_range_b_start | No | ||
| time_range_b_end | No | ||
| response_format | No | markdown |