
Ultimate access to all questions.
As a DevOps engineer for a rapidly growing social media company, you're part of the monitoring team for their flagship web application. The application, deployed on Managed Instance Groups behind an HTTP(S) load balancer, is generating logs at a rate that exceeds the project's logging API quota. Despite implementing exclusion filters in Cloud Logging, the issue continues. What could be the underlying problem?
A
The exclusion filter configuration is incorrect.
B
Additional log types need to be included in the exclusion filters.
C
Logs are processed by the Logging API before exclusion filters are applied, meaning the number of entries.write API calls isn't reduced by excluding logs.
D
The Managed Instance Group's service account lacks the necessary permissions to utilize exclusion filters effectively.