Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions deploy-manage/cloud-organization/billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ You can explore and manage billing, as well as your {{ecloud}} subscription, fro

* [Add your billing details](/deploy-manage/cloud-organization/billing/add-billing-details.md)
* [View your billing history](/deploy-manage/cloud-organization/billing/view-billing-history.md)
* [Manage your notifications](/deploy-manage/cloud-organization/billing/manage-billing-notifications.md)
* [Manage your subscription](/deploy-manage/cloud-organization/billing/manage-subscription.md)
* [Monitor and analyze your account usage](/deploy-manage/cloud-organization/billing/monitor-analyze-usage.md)

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
navigation_title: Manage notifications
applies_to:
deployment:
ess: ga
serverless: ga
products:
- id: cloud-hosted
- id: cloud-serverless
---

# Manage usage and cost notifications [billing-notifications]

To help you to better understand your costs and manage spending on {{ecloud}}, you can configure email alerts to be sent when your monthly usage reaches a specified threshold, relative to a budget that you define for your account. You can also opt to receive a biweekly summary of your organization's usage and estimated costs for the previous month.

When configured, any email notifications are sent to users who are members of the Organization owner or Billing admin [user role](/deploy-manage/users-roles/cloud-organization/user-roles.md#ec_organization_level_roles).

To configure email notifications for your {{ecloud}} billing:

1. Log in to the [{{ecloud}} Console](https://cloud.elastic.co?page=docs&placement=docs-body).
2. From a deployment or project on the home page, select **Manage**.
3. From the lower navigation menu, select **Billing and Subscription**.
4. Follow the steps to set up or change the types of email notifications you'd like to receive:
* [Configure budget emails](#configure-budget-emails)
* [Configure usage summmary emails](#configure-usage-summary-emails)

Note that [Credit consumption emails](#configure-credit-consumption-emails) are also shown on the **Billing and Subscription** page, but these notifications are not configurable.

## Configure budget emails [configure-budget-emails]

Budget alerts can be sent when your organization's total monthly usage exceeds a threshold defined in a configurable budget.

To create a budget and configure budget emails:

1. Open the **Notifications** page.
2. Select **Add budget** to specify your budget details:
1. Give your budget a name.
1. Specify a target value in [Elastic Consumption Units](/deploy-manage/cloud-organization/billing/ecu.md) (ECU). The amount you spend will be tracked against this target.

The budget scope is automatically fixed to your entire {{ecloud}} organization. Alert emails are configured automatically based on the configured budget:
- A warning email is sent when the organization's usage reaches 75% of the specified target amount.
- An overage email is sent when the organization's usage reaches 100% of the specified target amount.

1. Click **Create budget** to confirm your settings.
1. Enable **Budget email**.

After creating a budget, you can navigate to the **Notifications** page at any time to view or update it, and to access the used versus total remaining ECU in your organization's budget.

## Configure usage summmary emails [configure-usage-summary-emails]

You can select to have a summary of your organization's usage sent on a biweekly basis. Notifications contain details about your organization's usage for the previous month as well as estimated costs.

To configure usage summary emails:

1. Open the **Notifications** page.
1. Enable **Usage summary email**.

The notifications are sent on the second Friday of each month.

## Credit consumption emails [configure-credit-consumption-emails]

Credit consumption alerts are sent when your organization has used a certain percentage of [available credits](/deploy-manage/cloud-organization/billing/ecu.md#view-available-credits). These alerts are set automatically and can't be configured.

Alerts are triggered to be sent when your credit consumption reaches one of the set thresholds: 33%, 25%, and 16% of active credits remaining.
1 change: 1 addition & 0 deletions deploy-manage/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,7 @@ toc:
- file: cloud-organization/billing/billing-models.md
- file: cloud-organization/billing/add-billing-details.md
- file: cloud-organization/billing/view-billing-history.md
- file: cloud-organization/billing/manage-billing-notifications.md
- file: cloud-organization/billing/manage-subscription.md
- file: cloud-organization/billing/monitor-analyze-usage.md
- file: cloud-organization/billing/ecu.md
Expand Down
Loading