
Ultimate access to all questions.
You are managing data workflows in a cloud environment and want to closely monitor activity in Google BigQuery. Specifically, you need to keep track of when new data is appended to a particular table by an insert job and receive instant notifications in your monitoring tool for this specific table only. You do not want to be alerted for activities involving other tables. How should you configure Google Stackdriver Logging to achieve this?
A
Make a call to the Stackdriver API to list all logs, and apply an advanced filter.
B
In the Stackdriver logging admin interface, enable a log sink export to BigQuery.
C
In the Stackdriver logging admin interface, enable a log sink export to Google Cloud Pub/Sub, and subscribe to the topic from your monitoring tool.
D
Using the Stackdriver API, create a project sink with an advanced log filter to export to Pub/Sub, and subscribe to the topic from your monitoring tool.