-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Add CloudWatch Logs browser (M3.7) #29
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Add CloudWatch Logs browsing with live tail and search capabilities in the TUI.
Details
- List log groups → drill down to log streams
- Live tail mode: poll via
FilterLogEventswith auto-scroll - Time range search with filter pattern support
- Log line syntax highlighting (timestamp, level, message)
- Filter/search within log output
Checklist
- Add
CloudWatchLogsservice and feature constants ininternal/domain/model.go - Register in catalog via
internal/domain/catalog.go - Implement
ListLogGroups(),ListLogStreams(),FilterLogEvents()ininternal/services/aws/cloudwatch_logs.go - Add
cloudwatchlogsSDK dependency ingo.mod - Add LogGroupList, LogStreamList, LogViewer screens in
internal/app/ - Implement live tail with configurable poll interval
- Add time range picker component
- Add log line syntax highlighting
- Write tests
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request