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

I installed awslogs https://github.com/jorgebastida/awslogs When I try to run it I get awslogs : The term 'awslogs' is not recognized as the name of a cmdlet, function, script file, or...

Added a `--stream-prefix` (`-p` for short) option to `awslogs get`, to tell it to treat the `log_stream_name` argument as a name prefix instead as a regular expression. This allows it...

Hi, Thanks for your library! 🙂 is it possible to pretty print JSON logs? I don't find anything on that.

This flag adds an ability to print JSON lines as formatted (and, optionally, highlighted) text. Supports `--query` and `--color` options. Before: ``` awslogs get RDSOSMetrics instance-id --query '{engine: engine, uptime:...

https://github.com/jorgebastida/awslogs/blob/master/awslogs/core.py#L71

There's an example in docs: --start='23/1/2015 12:00', which states that this means 23-th of January. After few simple experiments I've found that this leads to trying to fetch oldest logs...

Hello, Turns out that --start '10/03/2022 12:30' do not translate to 10 March 2022 as documentation states. Simple experiment shows that it translates to 03 October 2022.

Traditionally, it takes, at least, a minute or two for me to see actual output, whether I'm watching a stream of Fargate ECS task output or just downloading all of...

Full run (about 24 hours) failed/stuck multiple times, while running the same interval in 2 hour chunks produced no issues. [traceback.txt](https://github.com/jorgebastida/awslogs/files/6161512/traceback.txt)

Version: 0.14.0 Python: 3.8.10 (default, Nov 26 2021, 20:14:08) [GCC 9.3.0] boto3 version: 1.21.17 Platform: Linux-5.13.0-35-generic-x86_64-with-glibc2.29 Args: ['/home/anderson.oliveira/.local/bin/awslogs', 'get', '/aws/lambda/botsOffload-production-botOffload', '--aws_profile', 'discovery', '--aws_region', 'us-east-2', '--start=22/2/2022 11:00', '--end=22/2/2022 12:00'] Config: {'aws_access_key_id':...