-
Notifications
You must be signed in to change notification settings - Fork 181
Add billing notifications page #3296
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
Open
kilfoyle
wants to merge
10
commits into
elastic:main
Choose a base branch
from
kilfoyle:366/cost-alerts
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+66
−0
Open
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
973be61
Add billing notifications page
kilfoyle a9dd734
fixup
kilfoyle 3c3b22e
Merge branch 'main' into 366/cost-alerts
kilfoyle d54d5be
fix nav; add link from billing page; add short title
kilfoyle bf6f375
fix anchor link
kilfoyle d3344d1
fixup
kilfoyle 579785b
update applies, for now
kilfoyle 6a875c1
fix applies_to
kilfoyle 9a778f6
Merge branch 'main' into 366/cost-alerts
kilfoyle 480ec18
Merge branch 'main' into 366/cost-alerts
kilfoyle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64 changes: 64 additions & 0 deletions
64
deploy-manage/cloud-organization/billing/manage-billing-notifications.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.