Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accounts: Add Standard Edition eligibility for data plus #16343

Merged
merged 6 commits into from
Apr 1, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ Here's a table with comparisons of the two options. Prices and limits are monthl
All editions
</td>
<td>
Requires Pro or Enterprise
Requires Standard, Pro, or Enterprise

(We note below if a feature is specific to an edition)
</td>
<td>
</td>
Expand Down Expand Up @@ -218,11 +220,8 @@ Here's a table with comparisons of the two options. Prices and limits are monthl
+$0.10/GB <br/>
(beyond free limit)
</td>
<td style="text-align:center">
<Icon
style={{color: '#328787'}}
name="fe-check"
/>
<td>
Standard, Pro, and Enterprise
</td>
<td>
Identify vulnerabilities and address risks at every stage of the software lifecycle.
Expand All @@ -231,8 +230,8 @@ Here's a table with comparisons of the two options. Prices and limits are monthl

<tr>
<td>
[FedRAMP Moderate](/docs/security/security-privacy/compliance/fedramp-compliant-endpoints) and [HIPAA](/docs/security/security-privacy/compliance/hipaa-readiness-new-relic) eligibility <br/>
(Enterprise edition only)
[FedRAMP Moderate](/docs/security/security-privacy/compliance/fedramp-compliant-endpoints) and [HIPAA](/docs/security/security-privacy/compliance/hipaa-readiness-new-relic) eligibility

</td>

<td style="text-align:center">
Expand All @@ -241,11 +240,8 @@ Here's a table with comparisons of the two options. Prices and limits are monthl
name="fe-x-circle"
/>
</td>
<td style="text-align:center">
<Icon
style={{color: '#328787'}}
name="fe-check"
/>
<td>
Enterprise
</td>
<td>
Achieve security compliance through configurations that help you meet your FedRAMP and HIPAA requirements.
Expand All @@ -263,11 +259,8 @@ Here's a table with comparisons of the two options. Prices and limits are monthl
name="fe-x-circle"
/>
</td>
<td style="text-align:center">
<Icon
style={{color: '#328787'}}
name="fe-check"
/>
<td>
Standard, Pro, and Enterprise
</td>
<td>
Configure rules to simultaneously export telemetry data to your AWS or Azure storage of choice. Additional export fees to the cloud provider will apply.
Expand All @@ -278,18 +271,14 @@ Here's a table with comparisons of the two options. Prices and limits are monthl
<td>
[Historical data export](/docs/apis/nerdgraph/examples/nerdgraph-historical-data-export)
</td>

<td style="text-align:center">
<Icon
style={{color: '#328787'}}
name="fe-x-circle"
/>
</td>
<td style="text-align:center">
<Icon
style={{color: '#328787'}}
name="fe-check"
/>
<td>
Standard, Pro, and Enterprise
</td>
<td>
Run larger queries with no timeout for historical analysis and modeling, long-term storage, and integration with other data analytics platforms.
Expand All @@ -306,11 +295,8 @@ Here's a table with comparisons of the two options. Prices and limits are monthl
name="fe-x-circle"
/>
</td>
<td style="text-align:center">
<Icon
style={{color: '#328787'}}
name="fe-check"
/> <br/>
<td>
Standard, Pro, and Enterprise <br/>
([with some limitations](#azure-native-data-plus))

</td>
Expand All @@ -336,7 +322,7 @@ With the [Azure Native New Relic Service](/docs/infrastructure/microsoft-azure-i

To upgrade to Data Plus, go to the [<DoNotTranslate>**Data retention**</DoNotTranslate> UI](/docs/data-apis/manage-data/manage-data-retention/#adjust-retention) in the data management hub and click <DoNotTranslate>**Upgrade retention**</DoNotTranslate>.
* Note: You may see an <DoNotTranslate>**Edit data retention**</DoNotTranslate> button, but that is different that the <DoNotTranslate>**Upgrade retention**</DoNotTranslate> button.
* Seeing the <DoNotTranslate>**Upgrade retention**</DoNotTranslate> button requires you to have [Billing permissions](/docs/accounts/accounts-billing/new-relic-one-user-management/user-management-concepts/#admin-settings). If you meet the requirements and don't see the <DoNotTranslate>**Upgrade retention**</DoNotTranslate> option, talk to your New Relic account representative.
* To see the <DoNotTranslate>**Upgrade retention**</DoNotTranslate> button, you need to have [Billing permissions](/docs/accounts/accounts-billing/new-relic-one-user-management/user-management-concepts/#admin-settings). If you meet the requirements and still don't see the <DoNotTranslate>**Upgrade retention**</DoNotTranslate> option, talk to your New Relic account representative.

## What counts as billable ingested data? [#usage-calculation]

Expand Down
Loading