Closed vandr0iy closed 1 year ago
Ah, just FYI - while I was searching for alternatives while cw is not working for me, I stumbled on this. Quick usage example:
aws logs tail 'bellboy/prod' --format short --since '2021-10-26T22:57:00'
It's way more spartan than cw (doesn't even have the until
complementary option for since
) - but at least I was able to pipe some logs in a text file and slice&dice them with vim, so there's that.
Hi @vandr0iy This is odd. Was the stream name exactly the same the other day?
Yes, I picked it up from the history
tried also with other streams in the same AWS account, but with no luck. Works with other AWS accounts too, though. Could it be an AWS authorization issue, somehow?
It could be!
It's unclear why ls
works but not tail
, but it's worth checking if any permission/auth has changed for that AWS account.
Closing.
Describe the bug Can't tail an existing log group - which I used to be able to tail just about the day before with the same identical command/user (which is an administrator in its AWS account).
To Reproduce
Expected behavior A huge wall of text containing my logs :)
Desktop (please complete the following information):
Tested on bash as well, with no luck
If it's not a bug - given that it might not be easily reproducible on other machines/AWS accounts - where may I even start to look to troubleshoot this?