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

Added --stream-prefix option for get command #359

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ajenkinski
Copy link

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 to delegate the log stream filtering to AWS, which avoids performance problems and throttling errors for log groups with large numbers of streams. The problem this fixes is described in #358.

Fixes #358

@p0wl
Copy link

p0wl commented Jul 6, 2022

would be great to get this merged! wdyt @jorgebastida ?

@sidpremkumar
Copy link

Any chance we would merge this?

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 this pull request may close these issues.

Throttling or slow performance when searching group with many streams
3 participants