awslogs
awslogs copied to clipboard
AWS CloudWatch logs for Humans™
Version: 0.14.0 Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)] boto3 version: 1.14.46 Platform: Windows-10-10.0.19041-SP0 Args: ['C:\\Program Files\\Python38\\Scripts\\awslogs', 'groups'] Config: {'aws_access_key_id': 'SENSITIVE', 'aws_secret_access_key': 'SENSITIVE', 'aws_session_token': 'SENSITIVE',...
Command was `awslogs get /service/subcategory '*ERROR*'` ```Version: 0.14.0 Python: 3.8.2 (default, Jul 16 2020, 14:00:26) [GCC 9.3.0] boto3 version: 1.14.51 Platform: Linux-5.4.0-45-generic-x86_64-with-glibc2.29 Args: ['/home/spitts/.local/bin/awslogs', 'get', '/newswire/stage', '*ERROR*'] Config: {'aws_access_key_id': 'SENSITIVE',...
I currently get the following error when trying to use `awslogs` on an account under AWS Control Tower and AWS SSO. Works fine on accounts not under SSO. ``` Traceback...
I got an error, probably because I passed invalid input. ```Version: 0.11.0 Python: 3.7.7 (default, Mar 10 2020, 15:43:33) [Clang 11.0.0 (clang-1100.0.33.17)] boto3 version: 1.13.1 Platform: Darwin-19.6.0-x86_64-i386-64bit Config: {'aws_access_key_id': 'SENSITIVE',...
Fix #139
$ awslogs groups --profile testing 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.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 19:29:22) [MSC v.1916 32...
```Version: 0.11.0 Python: 3.8.1 (default, Dec 27 2019, 18:06:00) [Clang 11.0.0 (clang-1100.0.33.16)] boto3 version: 1.9.62 Platform: macOS-10.15.3-x86_64-i386-64bit Config: {'aws_access_key_id': 'SENSITIVE', 'aws_secret_access_key': 'SENSITIVE', 'aws_session_token': 'SENSITIVE', 'aws_profile': 'SENSITIVE', 'aws_region': None, 'log_group_name': 'default',...
The tool is unusable without setting an aws region, and yet you don't give a single example of it's usage in the documentation. This needs to be fixed asap. Thanks.
Add `--localtime` (or `-l`) option to use local time zone and format instead of UTC time in timestamps. Fixes https://github.com/jorgebastida/awslogs/issues/92
Hi. Attempting to find entries for a date range. `awslogs streams api.xxxxx_access -s '11/08/2017 00:00' -e '11/08/2017 23:59'` Returns nothing. I then tried setting the dates the "right" way around...