-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
Description
Is your feature request related to a problem? Please describe.
My team operates large multi-tenant clusters where container logs & events are routed to logging buckets in many tenant projects (as described in the GKE guide Set up multi-tenant logging). Logs not related to a specific tenant go into a log bucket in the same project as the cluster (not actually the project's _Default bucket as we had to change the region).
Logging queries against the project (without specifying a scope or a set of views) result in the error "Request exceeds maximum of 200 views".
Describe the solution you'd like
Some way to specify a log scope or set of log views so that I can get the queries to actually succeed.
alexdmoss and bvassie