Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you transform unstructured text logs from a Cloud Run application into JSON-based structured logs in Cloud Logging?
A
Modify the application to use Cloud Logging software development kit (SDK), and send log entries with a jsonPayload field.
B
Install a Fluent Bit sidecar container, and use a JSON parser.
C
Install the log agent in the Cloud Run container image, and use the log agent to forward logs to Cloud Logging.
D
Configure the log agent to convert log text payload to JSON payload.