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

wildcard support for logGroupName? #195

Open
savagekw opened this issue Mar 23, 2021 · 1 comment
Open

wildcard support for logGroupName? #195

savagekw opened this issue Mar 23, 2021 · 1 comment

Comments

@savagekw
Copy link

Went' through all the issues and readme, didn't find a mention regarding the syntax of how to fetch multiple log groups by using some sort of wildcard.
For example, if there are groups named as a pattern like /aws/service/id-0000[0-9], is there a way to fetch the logs from multiple groups by using a wildcard like syntax?
Thanks.

@lucagrulla
Copy link
Owner

Hi @savagekw
you can list multiple log groups, but you have to be explicit about naming.
eg:

cw tail group1 group2 group3

The wildcard is a good idea. I might consider a PR on that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants