Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.19 KB

File metadata and controls

25 lines (17 loc) · 1.19 KB
title slug createdAt updatedAt
Logging in GCP
gcp
2022-03-28 20:31:15 UTC
2022-04-06 20:22:54 UTC

Deploying your application or infrastructure in Google Cloud Platform (GCP)? Stream your logs to highlight to see everything in one place.

Check out the following examples of setting up logs streaming in these services:

GCP Cloud Logging with Pub/Sub export

  1. Setup the Google Ops Agent to send your infrastructure or compute logs to Google Cloud Logging.

  2. Create a Cloud Pub/Sub topic for exporting your Google cloud logs.

  3. Setup a Log Router Sink in Google Cloud Logging

  4. Setup a Pub/Sub Subscription to export to highlight.io over HTTPS. Set the delivery to Push on endpoint URL https://pub.highlight.io/v1/logs/raw?project=YOUR_PROJECT_ID&service=backend-service

At this point, your infrastructure / service logs should show up in highlight!