Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
As a member of an on-call SRE team overseeing an Apache web service application deployed on Google Compute Engine with FluentD agent installed, you're assigned to review the Apache logs. Which query would you use for this task?
A
resource.type=“gce_instance“ AND log_id(“cloudaudit.googleapis.com/activity“).
B
resource.type=“gae_app“ AND (logName:“/apache-access“ OR logName:“/apache-error“).
C
resource.type=“gce_instance“ AND (logName:“/apache-access“ OR logName:“/apache-error“).
D
resource.type=“gce_instance“ AND log_id(“cloudaudit.googleapis.com/data_access“).