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

Perform subsequent queries instead of raising TooManyStreamsFilteredError #82

Open
pwilczynskiclearcode opened this issue Jun 24, 2016 · 2 comments

Comments

@pwilczynskiclearcode
Copy link

In case of having more than 100 streams in a one group I need to split the list of streams into smaller ones or use the awlogs in a loop.

Solution: awlogs could split stream on its own and query them in a batch of 100.

@pchaganti
Copy link

👍

mmaslowskicc added a commit to mmaslowskicc/awslogs that referenced this issue Aug 1, 2016
@jorgebastida
Copy link
Owner

The only problem I can see is that sorting would become quite hard to maintain without making the command really slow :/

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

3 participants