Send Google Cloud Personalized Service Health events to Chronosphere

To send Google Cloud Personalized Service Health events to Chronosphere, create a webhook in the Google Cloud Personalized Service Health dashboard and include credentials to authenticate with Chronosphere.

Obtain credentials

Before sending events from Google Cloud Personalized Service Health, contact Chronosphere Support to obtain a username and password to authenticate your third-party app with Chronosphere.

Create a Google Cloud Personalized Service Health webhook

  1. Enable Google Cloud Personalized Service Health in the Google Cloud console. See Manage Personalized Service Health access (opens in a new tab) in the Google Cloud documentation for required steps.
  2. In the Google Cloud console, search for Service Health.
  3. Navigate to Google Service Health, and click Create Alert Policy.
  4. In the Alert policy templates dialog, in the Configure notifications section, click the Notification channels dropdown menu and then click Manage notification channels.
  5. In the Notification channels dialog, scroll to the Webhooks section and click Add new.
  6. In the Add Webhook dialog, define your webhook:
    1. In the Endpoint URL field, enter https://ADDRESS.chronosphere.io/api/v1/data/events/receiver/gcp-service-health.

      Replace ADDRESS with your company name prefixed to your Chronosphere instance that ends in .chronosphere.io. For example, MY_COMPANY.chronosphere.io.

    2. In the Display Name field, enter a name to display for your webhook, and then select the Use HTTP Basic Auth checkbox.

    3. Input the username and password credentials that Chronosphere Support supplied.

    4. Click Test Connection to test your webhook configuration.

      No confirmation dialog displays to confirm whether your webhook is configured correctly, but you must complete this step to proceed.

    5. Click Save to save your webhook.

  7. In the Alert policy templates dialog, select the All incidents, all updates checkbox, click the more icon , and select Customize alert policy.
    1. In the Create logs-based alert policy dialog, in the Alert details section, click Next.

    2. In the Extract log labels section, ensure that the following log labels are included in the template:

      • impactedProducts: jsonPayload.impactedProducts
      • detailedState: jsonPayload.detailedState
      • impactedLocations: jsonPayload.impactedLocations
      • updateTime: jsonPayload.updateTime
      • startTime: jsonPayload.startTime
      • relevance: jsonPayload.relevance
      • title: jsonPayload.title
      • description: jsonPayload.description
      • state: jsonPayload.state

      If any of these labels aren't included in the list, click Add a label to add the missing label.

    3. Click Next.

    4. Select the notification frequency and duration, or accept the default values.

    5. Click Next.

    6. In the Who should be notified section, the notification channel that you created when defining the webhook, and then click Ok.