New Relic is FedRAMP Authorized Moderate for accounts that meet specific criteria. As a cloud service provider, we are committed to ensuring our compliance with FedRAMP's requirements for the confidentiality, integrity, and availability of your data. Please ensure that you comply with the requirements for using our FedRAMP environment, then use our FedRAMP-compliant endpoints to get your data into New Relic via your agent configuration or API.
Customer FedRAMP obligations
New Relic customers must meet all of the following requirements for our FedRAMP environment:
- New Relic-approved customers: Our FedRAMP-Moderate authorized environment is only available for New Relic-approved customers. For more information, contact your New Relic account representative.
- Subscription level: Customer must have a current and valid subscription for our Enterprise edition with the Data Plus option, or have an alternative New Relic-approved subscription.
- Authorized New Relic endpoints: Customer must configure their applicable agents to send their data only to our FedRAMP-designated endpoints.
- Authorized services and features: Customer must use only FedRAMP audited and authorized New Relic services and features.
FedRAMP inheritance
A customer can have FedRAMP and non-FedRAMP enabled accounts as required by their business needs. To add accounts, talk to your New Relic account representative.
Note: If FedRAMP is enabled on a parent account (the recommended configuration), then all its child accounts are FedRAMP. In this configuration, newly created child accounts are FedRAMP by default. FedRAMP cannot be “removed” from child accounts when the parent is FedRAMP. This option ensures compliance by default.
Overview of FedRAMP-compliant endpoints
There are multiple ways to get data into New Relic, including:
- Agent settings for our agents, infrastructure agent, agent, and mobile monitoring agent
- Data-ingest APIs for our Metric API, Event API, Log API, and Trace API, as well as the integrations that use those APIs
This document provides information on FedRAMP-compliant endpoints in New Relic. For more information about our security accreditation for the Federal Risk and Authorization Management Program (FedRAMP), see our data encryption documentation. For further information on New Relic networks, domains, and ports, see our networking documentation.
Importante
If a service's endpoint is not listed in this document and the service is not found in our list of services not in scope, then the service's standard endpoint already meets FedRAMP compliance requirements as is, without the need for a distinct FedRAMP endpoint.
Agent and ingest API endpoints
To send FedRAMP-compliant data with our agents, integrations, and APIs, adjust their configuration settings to use the relevant FedRAMP endpoint. Below this table are some more details about implementation for specific New Relic solutions.
Endpoint | FedRAMP endpoint | Purpose and notes |
---|---|---|
aws-api.newrelic.com | gov-aws-api.newrelic.com | |
bam.nr-data.net | gov-bam.nr-data.net | Browser ingest Recommended browser endpoint. |
cloud-collector.newrelic.com | gov-cloud-collector.newrelic.com/ | Ingest for AWS VPC Flow Logs and RDS Enhanced. |
collector.newrelic.com | gov-collector.newrelic.com | APM agent ingest |
infra-api.newrelic.com | gov-infra-api.newrelic.com | |
insights-collector.newrelic.com | gov-insights-collector.newrelic.com | |
log-api.newrelic.com | gov-log-api.newrelic.com | Our Log API, used by various agents and integrations. |
metric-api.newrelic.com | gov-metric-api.newrelic.com gov-metric-api.newrelic.com/prometheus/ | Our Metric API for dimensional metrics, used by various agents and integrations. |
mobile-collector.newrelic.com | gov-mobile-collector.newrelic.com | |
mobile-crash.newrelic.com | gov-mobile-crash.newrelic.com | |
otlp.nr-data.net | gov-otlp.nr-data.net:4318 gov-otlp.nr-data.net:4317 gov-otlp.nr-data.net:443 | OpenTelemetry ingest. Configure using the quick start guide with your account license key in the |
trace-api.newrelic.com | gov-trace-api.newrelic.com | |
csec.nr-data.net | csec-gov.nr-data.net | IAST Validator Service URL
|
APM agents
To ensure FedRAMP compliance, all APM agent configurations must report to gov-collector.newrelic.com
rather than the default. Depending on the agent, you can either use code-based configuration or an environment variable to enable the FedRAMP-compliant endpoint.
Language | Code or environment variable |
---|---|
Go | In code:
Environment variable: |
Java | In
Or set a system property of:
Environment variable: |
.NET | In your XML config next to the :
Environment variable: |
Node.js | In
Environment variable: |
PHP | In
Environment variable: none |
Python | In
Environment variable: |
Ruby | In
Environment variable: |
Elixir (open source agent) | In
Environment variable: |
Infrastructure monitoring
If you have infrastructure agent version 1.15.0 or higher, simply enable the FedRAMP configuration option. This enables FedRAMP compliancy for data reported by the infrastructure agent.
This also enables FedRAMP compliancy for any on-host integrations that work with the infrastructure agent to report data.
Browser monitoring agent
Browser monitoring agents will automatically update your account information to use the correct endpoints.
Mobile monitoring agents
To ensure FedRAMP compliance when using our mobile monitoring agents, all agent configurations must report to gov-mobile-collector.newrelic.com
rather than the default. You must use code-based configuration. Environment variables are not available.
Framework-specific configurations:
Agent | Code or environment variable |
---|---|
Android | In code:
Environment variable: none |
iOS | In code:
Environment variable: none |
Data-ingest APIs
Follow these instructions as applicable to set the FedRAMP endpoint for a specific API or the integration that uses the API.
OTLP API
To ensure FedRAMP compliance when using the OpenTelemetry API, only send data to https://gov-otlp.nr-data.net
with the appropriate port chosen from the OTLP integration support matrix. See that page for more details on FedRAMP compliance with OTLP.
Importante
Do NOT send data to the US OTLP API endpoint of https://otlp.nr-data.net:4317
.
Metric API
To ensure FedRAMP compliance when using the Metric API, do not send metric data to the default Metric API endpoint of https://metric-api.newrelic.com/metric/v1
. Instead, send metric data to https://gov-metric-api.newrelic.com/metric/v1
.
The Metric API can be used directly, but it's mainly used by various New Relic tools. Follow these instructions as applicable to edit the configuration for setting the FedRAMP endpoint.
Telemetry integrations for metric data
Here are instructions for our open source telemetry integrations that report metric data:
Open-source telemetry integration | Configuration |
---|---|
Dropwizard | Use the |
Kamon | Use the |
Micrometer | Override the |
If you're using our nri-prometheus helm chart, you can change the endpoint in your If you're using the nri-bundle chart, you need to nest this value under the | |
Replace |
Telemetry SDKs for metric data
Here are instructions for our Telemetry SDKs that report metric data:
Telemetry SDK for APM agents | Configuration |
---|---|
Go | Use the |
Java | In the |
.NET | Use the |
Node.js | Edit the |
Python | Edit the |
Event API
To ensure FedRAMP compliance for the Event API, all traffic reporting to insights-collector.newrelic.com
must instead report to gov-insights-collector.newrelic.com
.
The Event API endpoint is configurable for the following Telemetry SDKs. The Telemetry SDKs are used by our open-source telemetry integrations.
Language | Solution |
---|---|
Java Telemetry SDK | In code:
|
Python Telemetry SDK | In code:
For more information, see our Telemetry API documentation in GitHub. |
Log API
To ensure FedRAMP compliance for data sent via the Log API, the solution for almost all of our log forwarders is to replace the https://log-api.newrelic.com/log/v1
endpoint with https://gov-log-api.newrelic.com/log/v1
. Or, to use the Log API directly, edit the Log API endpoint configuration.
Here are details on changing the endpoint for our log forwarders. If a log forwarder is not listed, FedRAMP endpoint configuration is not available.
Log forwarder | Configuration |
---|---|
AWS Firelens | Add the |
Fluentbit | Use our Fluentbit endpoint configuration found on GitHub. |
Fluentd | |
Infrastructure agent | See the FedRAMP configuration instructions for infrastructure monitoring. |
Kubernetes | Our Kubernetes integration logs are based on Fluentbit's output plugin. Use the Helm chart endpoint instructions found on GitHub. |
Logstash | Use our Logstash endpoint configuration. |
Syslog | For configuring syslog clients, see our documentation about TCP endpoint configuration. |
Trace API
To ensure FedRAMP compliance for data sent via the Trace API (including telemetry integrations that use this API), replace the https://trace-api.newrelic.com/trace/v1
endpoint with https://gov-trace-api.newrelic.com/trace/v1
.
Notes about FedRAMP compliance for other trace data:
- Trace data is reported by some of our agents for APM, infrastructure monitoring, browser monitoring, and mobile monitoring. To enable FedRAMP compliance for trace data, follow the procedures for the applicable agent.
- To enable FedRAMP compliance for Infinite Tracing, create a new FedRAMP-compliant trace observer in Infinite Tracing settings.