log_analyzer_summarize
Analyze log files to generate debugging summaries with error identification, anomaly detection, and investigation recommendations based on focus areas like errors, performance, or security.
Instructions
Generate a debugging summary of a log file.
Args:
file_path: Path to the log file
focus: Focus area - 'errors', 'performance', 'security', or 'all' (default)
max_lines: Maximum lines to analyze (100-100000, default: 10000)
response_format: Output format - 'markdown' or 'json'
Returns:
Summary including file overview, level distribution, top errors,
anomalies detected, and recommended investigation areas.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| focus | No | all | |
| max_lines | No | ||
| response_format | No | markdown |