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