aws_logs_get_log_events
Retrieve log events from CloudWatch log streams to monitor and troubleshoot AWS services. Specify log group and stream names to access specific application or infrastructure logs.
Instructions
Retrieve log events from a specific CloudWatch log stream. Provide both log_group_name and log_stream_name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| log_group_name | Yes | Log group name | |
| log_stream_name | Yes | Log stream name | |
| start_time | No | Start timestamp in milliseconds since epoch | |
| end_time | No | End timestamp in milliseconds since epoch | |
| limit | No | Maximum number of events to return (default: 100) |