
Ultimate access to all questions.
Imagine you're overseeing an application hosted on Google Kubernetes Engine (GKE), with its logs being captured by Cloud Logging. Your task is to ensure that sensitive data is scrubbed from these logs before they're sent to the Cloud Logging API. Which logging plugin would you employ for this purpose?
A
Employ the fluent-plugin-detect-exceptions plugin to eliminate sensitive data.
B
Utilize the fluent-plugin-parser plugin to strip away sensitive data.
C
Apply the fluent-plugin-record-reformer plugin to cleanse sensitive data from the logs.
D
Opt for the filter_record_transformer plugin to remove sensitive data from the logs.