---
title: Forward CircleCI logs to New Relic
source: https://docs.newrelic.com/docs/logs/forward-logs/circleci-logs
---

Configure the [CircleCI webhook](https://circleci.com/docs/2.0/webhooks/) service to send CI/CD Logs to New Relic.

## Set up a webhook trigger in CircleCI [#setup]

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

1.  Log in to [CircleCI](https://app.circleci.com/projects).

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 (default):

        ```
        "https://log-api.newrelic.com/log/v1?Api-Key=YOUR_LICENSE_KEY"
        ```

    -   EU:

        ```
        "https://log-api.eu.newrelic.com/log/v1?Api-Key=YOUR_LICENSE_KEY"
        ```

    -   Japan:

        ```
        "https://log-api.jp.nr-data.net/log/v1?Api-Key=YOUR_LICENSE_KEY"
        ```

    Use the region you set on your New Relic account. Replace `YOUR_LICENSE_KEY` with your New Relic license key.

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 [#next]

-   Go to the [CircleCI quickstart](https://newrelic.com/instant-observability/circleci/39109d3d-b1d8-4366-8ca9-b8925005f727) in New Relic Instant Observability, and click **+ Install now**.
-   Learn more about the integration in this blog post: [Integrations for CI-CD Analytics](https://newrelic.com/blog/nerdlog/integrations-for-ci-cd-analytics)
-   Explore logging data across your platform with our [logs UI](https://docs.newrelic.com/docs/logs/log-management/ui-data/use-logs-ui/).
-   Get deeper visibility into both your application and your platform performance data by forwarding your logs with our [logs in context](https://docs.newrelic.com/docs/logs/enable-log-management-new-relic/configure-logs-context/configure-logs-context-apm-agents/) capabilities.
-   Set up [alerts](https://docs.newrelic.com/docs/alerts-applied-intelligence/new-relic-alerts/alert-conditions/create-alert-conditions/).
-   [Query your data](https://docs.newrelic.com/docs/query-your-data/explore-query-data/get-started/introduction-querying-new-relic-data/) and [create dashboards](https://docs.newrelic.com/docs/query-your-data/explore-query-data/dashboards/introduction-dashboards/).
