awslogs
awslogs copied to clipboard
AWS CloudWatch logs for Humans™
```Version: 0.11.0 Python: 2.7.13 (default, Sep 26 2018, 18:42:22) [GCC 6.3.0 20170516] boto3 version: 1.9.204 Platform: Linux-4.9.184-linuxkit-x86_64-with-debian-9.9 Config: {'output_timestamp_enabled': False, 'watch_interval': 1, 'end': None, 'log_group_name': '/aws/codebuild/app', 'log_stream_name': '5ecd001a-42ad-4338-86b9-afd6acfcc237', 'output_group_enabled': True,...
Version: 0.10.0 Python: 2.7.11 (v2.7.11:6d1b6a68f775, Dec 5 2015, 20:32:19) [MSC v.1500 32 bit (Intel)] boto3 version: 1.4.5 Platform: Windows-2008ServerR2-6.1.7601-SP1 Config: {'output_timestamp_enabled': False, 'output_group_enabled': False, 'end' : None, 'log_group_name': '/aws/lambda/{Lambda-ID}', 'log_stream_name':...
```Version: 0.11.0 Python: 2.7.10 (default, Feb 22 2019, 21:55:15) [GCC 4.2.1 Compatible Apple LLVM 10.0.1 (clang-1001.0.37.14)] boto3 version: 1.9.193 Platform: Darwin-18.6.0-x86_64-i386-64bit Config: {'output_timestamp_enabled': False, 'watch_interval': 1, 'end': None, 'log_group_name': '',...
Letting boto determine how to get your session is generally a good thing. This fixes the bugs around not pulling region info from your aws creds config for example. (#226,...
Hi, I'm getting the following `JSONDecodeError` but as far as I'm concerned this JSON is not ill formatted, therefore I shouldn't be getting the error I'm getting and shouldn't be...
It would be extremely useful if you could use shell autocompletion to complete log entries - e.g. type` awslogs get /aws/` [tab] and get the next available completions. I don't...
It appears that `awslogs` uses `describe-log-streams` to fetch all streams for a given log group, and then does filtering by the stream expression. For log groups with a large number...
Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/awslogs/bin.py", line 178, in main getattr(logs, options.func)() File "/usr/local/lib/python2.7/dist-packages/awslogs/core.py", line 223, in list_logs consumer() File "/usr/local/lib/python2.7/dist-packages/awslogs/core.py", line 164, in consumer for event in generator():...
"get -w" gets just stuck. Edit: the fork https://github.com/blueyed/awslogs/tree/fix-watch of @blueyed works pretty fine. He's sent a pull request. Any hope to see it merged anytime soon? Thanks