Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I watch multiple log groups at once? #38

Open
felixchan opened this issue Jul 8, 2019 · 1 comment · May be fixed by #43
Open

How can I watch multiple log groups at once? #38

felixchan opened this issue Jul 8, 2019 · 1 comment · May be fixed by #43

Comments

@felixchan
Copy link

I have these log groups:

/aws/lambda/ether-dev-createAuthChallenge
/aws/lambda/ether-dev-defineAuthChallenge
/aws/lambda/ether-dev-preSignUp
/aws/lambda/ether-dev-verifyAuthChallengeResponse

How can I watch them all?

I have tried: saw watch [a-z0-9A-Z\/]*dev*

But throws error: 'logGroupName' failed to satisfy constraint: Member must satisfy regular expression pattern: [.-_/#A-Za-z0-9]+

@udondan
Copy link

udondan commented Oct 16, 2019

I don't think that's currently possible. I used parallel for that.

parallel ::: 'saw watch group1' 'saw watch group2'

@JeanMertz JeanMertz linked a pull request Nov 15, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants