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