awslogs icon indicating copy to clipboard operation
awslogs copied to clipboard

AWS CloudWatch logs for Humans™

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

You've found a bug! Please, raise an issue attaching the following traceback https://github.com/jorgebastida/awslogs/issues/new ```Version: 0.11.0 Python: 2.7.16 (v2.7.16:413a49145e, Mar 4 2019, 01:37:19) [MSC v.1500 64 bit (AMD64)] boto3 version: 1.9.159...

When downloading logs, I got the following traceback. This happens on Windows, but running the same machine on a Mac works perfectly: `Version: 0.11.0 Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020,...

Running on Mac/Homebrew every analogs command gives this warning: ``` /usr/local/Cellar/awslogs/0.11.0_2/libexec/lib/python3.8/site-packages/jmespath/visitor.py:32: SyntaxWarning: "is" with a literal. Did you mean "=="? if x is 0 or x is 1: ``` needs...

I've kicked off a simple "awslogs get /some/log/group /my/logl/stream/name" and... nothing happens. Is it doing anything? Is there a problem? Could you please add some sort of output to indicate...

```Version: 0.11.0 Python: 3.6.10 (default, Feb 10 2020, 19:55:14) [GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] boto3 version: 1.12.26 Platform: Linux-4.14.171-105.231.amzn1.x86_64-x86_64-with-glibc2.3.4 Config: {'aws_access_key_id': 'SENSITIVE', 'aws_secret_access_key': 'SENSITIVE', 'aws_session_token': 'SENSITIVE', 'aws_profile': 'SENSITIVE', 'aws_region':...

Working in Cloud9 from tutorial on ecsworkshop.com, awslogs groups -p ecsworkshop-nodejs dhull:~/environment/ecsdemo-nodejs/cdk (master) $ log_group=$(awslogs groups -p ecsworkshop-nodejs) You've found a bug! Please, raise an issue attaching the following traceback...

Hi, When I run log_group=$(awslogs groups -p ecsworkshop-frontend), from the ecsworkshop guide I receive the following error ```Version: 0.11.0 Python: 3.6.10 (default, Feb 10 2020, 19:55:14) [GCC 4.8.5 20150623 (Red...

You've found a bug! Please, raise an issue attaching the following traceback https://github.com/jorgebastida/awslogs/issues/new ```Version: 0.11.0 Python: 3.6.10 (default, Feb 10 2020, 19:55:14) [GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] boto3 version:...

```Version: 0.11.0 Python: 2.7.12 (default, Aug 22 2019, 16:36:40) [GCC 5.4.0 20160609] boto3 version: 1.6.8 Platform: Linux-4.4.0-157-generic-x86_64-with-Ubuntu-16.04-xenial Config: {'func': 'list_groups', 'aws_region': None, 'log_group_prefix': None, 'aws_access_key_id': 'SENSITIVE', 'aws_profile': 'SENSITIVE', 'aws_secret_access_key': 'SENSITIVE',...

Time values in seconds were not recognized as relative times in the same way as minutes, hours, etc. This produced surprising results; '30s' was passed directly to dateutil, which interpreted...