jorgebastida / awslogs

AWS CloudWatch logs for Humans™
Other
4.85k stars 335 forks source link

No idea if it's actually doing anything. #270

Open funkybob opened 5 years ago

funkybob commented 5 years ago

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 things are happening?

Forever-Young commented 5 years ago

I think it's for some reason very slow --start="2019-10-04T15:16:32.041+03:00" --end="2019-10-04T15:30:32.041+03:00" For this interval I eventually got the result, but after like an hour. Got only 600k of logs. Not sure if that AWS CloudWatch is so slow or what..

demian85 commented 4 years ago

+1, having the same problem, tailing since the past 5 minutes is too slow. I start receiving results after a minute or so. cmd is awslogs get /aws/lambda/prod --filter='{$.level > 40}' -w -S -G | pino-pretty -t "SYS:yyyy-mm-dd HH:MM:ss"