ingest_logs
Parse and store log files, auto-detecting Python stdlib or JSON format. Extract errors, group by signature, and map stack frames to indexed code.
Instructions
Parse and store a log file or directory of log files. Auto-detects format (Python stdlib logging or JSON-per-line). Extracts errors, groups them by signature, and maps stack frames to indexed code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |