LogPatternAnalysisTool
Analyze log patterns to troubleshoot errors and detect anomalies in application logs.
Instructions
Intelligent log pattern analysis tool for troubleshooting and anomaly detection in application logs. Use this tool when you need to: analyze error patterns in logs, identify unusual log sequences, compare log patterns between time periods, find root causes of system issues, detect anomalous behavior in application traces, or investigate performance problems. The tool automatically extracts meaningful patterns from raw log messages, groups similar patterns, identifies outliers, and provides insights for debugging. Essential for log-based troubleshooting, incident analysis, and proactive monitoring of system health.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Target OpenSearch index name containing log data | |
| logFieldName | Yes | Field containing raw log messages to analyze | |
| selectionTimeRangeStart | Yes | Start time for analysis target period | |
| selectionTimeRangeEnd | Yes | End time for analysis target period | |
| timeField | Yes | Date/time field for time-based filtering(requied) | |
| traceFieldName | No | Field for trace/correlation ID (optional) | |
| baseTimeRangeStart | No | Start time for baseline comparison period (optional) | |
| baseTimeRangeEnd | No | End time for baseline comparison period (optional) |