List of questions
Related questions
Question 88 - Professional Cloud DevOps Engineer discussion
You are running an application on Compute Engine and collecting logs through Stackdriver. You discover that some personally identifiable information (PII) is leaking into certain log entry fields. You want to prevent these fields from being written in new log entries as quickly as possible. What should you do?
A.
Use the filter-record-transformer Fluentd filter plugin to remove the fields from the log entries in flight.
B.
Use the fluent-plugin-record-reformer Fluentd output plugin to remove the fields from the log entries in flight.
C.
Wait for the application developers to patch the application, and then verify that the log entries are no longer exposing PII.
D.
Stage log entries to Cloud Storage, and then trigger a Cloud Function to remove the fields and write the entries to Stackdriver via the Stackdriver Logging API.
Your answer:
0 comments
Sorted by
Leave a comment first