• /
  • Log in
  • Free account

Forward CircleCI logs to New Relic

Configure the CircleCI webhook service to send CI/CD Logs to New Relic.

Set up a webhook trigger in CircleCI

Complete these steps to set up a CircleCI webhook to forward your logs to New Relic:

  1. Log in to CircleCI.

  2. Go to one of your CircleCI projects.

  3. Click Project Settings.

  4. In the sidebar of your Project Settings, click Webhooks.

  5. Click Add Webhook.

  6. Name your webhook.

  7. Enter New Relic's Logs Endpoint:

    US: "https://log-api.newrelic.com/log/v1?Api-Key=<NR_LICENSE_KEY>"

    EU: "https://log-api.eu.newrelic.com/log/v1?Api-Key=<NR_LICENSE_KEY>"

    Use the region you set on your New Relic account. Replace <NR_LICENSE_KEY> with your New Relic license key, which you can retrieve from the UI or API.

  8. Select either Workflow or Job, depending on the type of event you want to trigger the logpush.

  9. If you've set up your receiving API or third-party service, click Test Ping Event to create a test event.

What's next

Create issueEdit page
Copyright © 2022 New Relic Inc.