Example input/output
Input: 2024-01-01T00:00:00.000Z my-app INFO Starting application
Output: Timestamp / Log group / Level / Message parsed into columns
How it works
This tool parses common AWS log formats including CloudWatch log entries, ALB access logs, and structured JSON logs from Lambda. Fields are extracted using format-specific regular expressions. Processing runs in your browser.
Common use cases
- Parse AWS CloudWatch logs to identify Lambda function errors
- Extract request metadata from API Gateway access logs
- Analyse ECS task log output during debugging sessions