1 个仓库
Tools for isolating system issues within AWS infrastructure using logs and telemetry.
Distinct from AWS SDKs: Distinct from security audits or provisioners; focuses on the debugging process using log streams.
Explore 1 awesome GitHub repository matching devops & infrastructure · AWS Infrastructure Debugging. Refine with filters or upvote what's useful.
awslogs 是一个用于查询、过滤和流式传输 AWS CloudWatch 日志事件的命令行界面和终端工具。它作为一个日志管理工具和云原生查看器,用于导航日志组和流。 该工具提供了实时日志监控功能,并能从 JSON 格式的日志中提取特定字段,以简化数据审查。它允许通过使用时间偏移、正则表达式和自定义过滤模式来隔离系统问题。 该工具涵盖了日志事件检索以及列出可用日志组和流的功能。它支持通过时间窗口过滤来限制数据检索,并通过基于模式的过滤来减少数据量。
Isolates system issues by fetching log groups and streams from AWS CloudWatch using time filters.