How can you create an easy-to-share, real-time interactive dashboard for VM utilization logs stored in Stackdriver, with quarterly aggregated data, using Google Cloud Platform solutions? | Google Professional Cloud DevOps Engineer Quiz - LeetQuiz
Google Professional Cloud DevOps Engineer
Get started today
Ultimate access to all questions.
Comments
Loading comments...
How can you create an easy-to-share, real-time interactive dashboard for VM utilization logs stored in Stackdriver, with quarterly aggregated data, using Google Cloud Platform solutions?
Exam-Like
A
Export VM utilization logs from Stackdriver to BigQuery. 2. Create a dashboard in Data Studio. 3. Share the dashboard with your stakeholders.
50.0%
B
Export VM utilization logs from Stackdriver to Cloud Pub/Sub. 2. From Cloud Pub/Sub, send the logs to a Security Information and Event Management (SIEM) system. 3. Build the dashboards in the SIEM system and share with your stakeholders.
50.0%
C
Export VM utilization logs from Stackdriver to BigQuery. 2. From BigQuery, export the logs to a CSV file. 3. Import the CSV file into Google Sheets. 4. Build a dashboard in Google Sheets and share it with your stakeholders.
0.0%
D
Export VM utilization logs from Stackdriver to a Cloud Storage bucket. 2. Enable the Cloud Storage API to pull the logs programmatically. 3. Build a custom data visualization application. 4. Display the pulled logs in a custom dashboard.