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
trafficstars

I'm packaging awslogs for archlinux on https://aur.archlinux.org/packages/awslogs When installing awslogs with: ``` python setup.py install ``` It also installs the tests under the generic name `tests`. This conflicts with other...

Currently the Python package generated by this project includes the test files under the very generic package name `tests`. This easily conflicts with other packages and pollutes the Python package...

```Version: 0.11.0 Python: 2.7.18 (default, May 27 2020, 12:45:48) [GCC 7.3.1 20180712 (Red Hat 7.3.1-6)] boto3 version: 1.14.28 Platform: Linux-4.14.181-142.260.amzn2.x86_64-x86_64-with-glibc2.2.5 Config: {'output_timestamp_enabled': False, 'watch_interval': 1, 'end': None, 'log_group_name': '/ecs/rummy-taskdf', 'log_stream_name':...

`awslogs get --region us-east-1 /aws/lambda/us-east-1.nameofmyfunction` ``` Traceback (most recent call last): File "/usr/local/bin/awslogs", line 11, in sys.exit(main()) File "/usr/local/lib/python2.7/site-packages/awslogs/bin.py", line 172, in main getattr(logs, options.func)() File "/usr/local/lib/python2.7/site-packages/awslogs/core.py", line 76, in...

triage

Version: 0.14.0 Python: 3.8.5 (default, Jul 21 2020, 10:48:26) [Clang 11.0.3 (clang-1103.0.32.62)] boto3 version: 1.14.20 Platform: macOS-10.15.6-x86_64-i386-64bit Args: ['/usr/local/bin/awslogs', 'get', '/aws-glue/jobs/output'] Config: {'aws_access_key_id': 'SENSITIVE', 'aws_secret_access_key': 'SENSITIVE', 'aws_session_token': 'SENSITIVE', 'aws_profile': 'SENSITIVE',...

In case where there are many many log streams, iterating through all of them takes forever which makes the `stream` argument useless if exact stream name is known. This PR...

amzlogs groups 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 (default, Jun 5 2020, 22:59:21) [GCC 4.2.1 Compatible Apple LLVM 11.0.3...

So can I run something like this ``` awslogs get log_group --aws-region eu-central-1 --start='17/9/2020 00:00' --end='19/9/2020 23:59' --limit 200 ``` ??

running on macosx, installed awslogs from homebrew, i hit an error when trying to grab log data. the log fetching works when i don't specify --query parameter, but i really...