Skip to content

Commit 2552cf6

Browse files
authored
Elastic Cloud email service limits added for ECH and Serverless (#2044)
1 parent 197af8d commit 2552cf6

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

deploy-manage/deploy/elastic-cloud/restrictions-known-problems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Watcher encryption Key Setup is not supported.
8181

8282
Changing the default throttle period is not possible. You can specify a throttle period per watch, however.
8383

84-
Watcher comes preconfigured with a directly usable email account provided by Elastic. However, this account can’t be reconfigured and is subject to some limitations. For more information on the limits of the Elastic mail server, check the [cloud email service limits](../../../explore-analyze/alerts-cases/watcher/enable-watcher.md#cloud-email-service-limits)
84+
Watcher comes preconfigured with a directly usable email account provided by Elastic. However, this account can’t be reconfigured and is subject to some limitations. For more information on the limits of the Elastic mail server, check the [cloud email service limits](/deploy-manage/deploy/elastic-cloud/tools-apis.md#email-service-limits).
8585

8686
Alternatively, a custom mail server can be configured as described in [Configuring a custom mail server](../../../explore-analyze/alerts-cases/watcher/enable-watcher.md#watcher-custom-mail-server)
8787

deploy-manage/deploy/elastic-cloud/tools-apis.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,16 @@ serverless: unavailable
104104

105105
:::{include} /deploy-manage/deploy/_snippets/tpec.md
106106
:::
107+
108+
## Elastic Cloud email service
109+
110+
{{ecloud}} provides a built-in email service used by the preconfigured [email connector](kibana://reference/connectors-kibana/email-action-type.md), available in both {{ech}} deployments and {{serverless-full}} projects. This service can be used to send [alert](/explore-analyze/alerts-cases/alerts.md) notifications and is also supported in {{ech}} by [Watcher](/explore-analyze/alerts-cases/watcher/enable-watcher.md).
111+
112+
### Email service limits
113+
114+
The following quotas apply to both {{ech}} deployments and {{serverless-full}} projects when using the Elastic email service:
115+
116+
* Email sending quota: 500 emails per 15 minute period.
117+
* Maximum number of recipients per message: 30 recipients per email (To, CC, and BCC all count as recipients).
118+
* Maximum message size (including attachments): 10 MB per message (after Base64 encoding).
119+
* The email-sender can't be customized (Any custom `From:` header will be removed).

explore-analyze/alerts-cases/watcher/enable-watcher.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,7 @@ For more information on sending alerts by email, check [Email action](../../../e
3737

3838
## Cloud email service limits [cloud-email-service-limits]
3939

40-
The following quotas apply when using the Elastic email service:
41-
42-
* Email sending quota: 500 emails per 15min period
43-
* Maximum number of recipients per message: 30 recipients per email (To, CC and BCC all count as recipients).
44-
* Maximum message size (including attachments): 10 MB per message (after base64 encoding).
45-
* The email-sender can’t be customized (Any custom `From:` header will be removed)
40+
Refer to [Email service limits](/deploy-manage/deploy/elastic-cloud/tools-apis.md#email-service-limits).
4641

4742
## Advanced usage [advanced_usage]
4843

0 commit comments

Comments
 (0)