awslogs icon indicating copy to clipboard operation
awslogs copied to clipboard

AWS CloudWatch logs for Humans™

Results 126 awslogs issues
Sort by recently updated
recently updated
newest added

When I use this command on my dev desktop: "awslogs get /aws/elasticbeanstalk/DMSFServiceSpringEBEnvironment/SkyFireService/log --watch --profile dmtvqa_profile", the following error occurred: You've found a bug! Please, raise an issue attaching the following...

`awslogs get` works if I replace my default profile with the profile I want to use, but doesn't if I try to specify the profile with the args `--profile`. ```...

After failing to find how to not include the log group name and stream name in the output, I found this issue #75 and thought it might be good to...

As the title says. It worked a few days ago. Logs get shown up until now but don't update automatically anymore.

**When I execute:** awslogs get /ecs/log-name --s 10m -w **What I expect:** Return last 10 minutes of logs and then continue show up logs in mode --watch **What I will...

Not sure if it is a duplicate or already fixed... but just wanted to report it ``` You've found a bug! Please, raise an issue attaching the following traceback https://github.com/jorgebastida/awslogs/issues/new...

Version: 0.14.0 Python: 3.9.0 (default, Oct 27 2020, 14:15:17) [Clang 12.0.0 (clang-1200.0.32.21)] boto3 version: 1.14.20 Platform: macOS-10.15.7-x86_64-i386-64bit Args: ['/usr/local/bin/awslogs', 'get', 'help'] Config: {'aws_access_key_id': 'SENSITIVE', 'aws_secret_access_key': 'SENSITIVE', 'aws_session_token': 'SENSITIVE', 'aws_profile': 'SENSITIVE',...

Version: 0.14.0 Python: 3.9.0 (default, Oct 27 2020, 14:15:17) [Clang 12.0.0 (clang-1200.0.32.21)] boto3 version: 1.14.20 Platform: macOS-10.15.7-x86_64-i386-64bit Args: ['/usr/local/bin/awslogs', 'get', 'help'] Config: `{'aws_access_key_id': 'SENSITIVE', 'aws_secret_access_key': 'SENSITIVE', 'aws_session_token': 'SENSITIVE', 'aws_profile': 'SENSITIVE',...

Updated boto3 requirement to >=1.14.0 to fix AWS SSO issue in #310 Issue was talked about here: https://github.com/boto/boto3/issues/2091#issuecomment-653679977 Let me know if you need anything else from me to push...