
Setup
The integration with New Relic uses the Log API. Here are the steps to configure it:-
Follow the New Relic guide to generate an
License-Keywhich also refers to asAPI-Key -
Choose the correct URL you would like to use:
- US -
https://log-api.newrelic.com - EU -
https://log-api.eu.newrelic.com - FedRamp -
https://gov-log-api.newrelic.com
- US -
-
There are two ways to configure the integrations:
-
In the env zero app
In the organization’s integrations page, click on New Relic and fill the form’s fields:
-
Using environment variables
Environment variable name Comment Mandatory ENV0_NEW_RELIC_API_URLThe URL you would like to get logs to. You can choose between US, EU, and Fedramp. Follow this guide to determine it, but make sure you only take the base URL (without the log/v1suffix)Yes ENV0_NEW_RELIC_API_KEYLicense-KeyorAPI-Key- Follow this guide to generate an API KeyYes
-