From b607148ae921a4d34e01301649378dc9a6698f78 Mon Sep 17 00:00:00 2001 From: Alison Goryachev Date: Fri, 2 Aug 2019 13:58:44 -0400 Subject: [PATCH] [DOCS] Fix watcher email action docs (#44877) --- x-pack/docs/en/watcher/actions/email.asciidoc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/x-pack/docs/en/watcher/actions/email.asciidoc b/x-pack/docs/en/watcher/actions/email.asciidoc index 1f8de383191..2d6b35c29ee 100644 --- a/x-pack/docs/en/watcher/actions/email.asciidoc +++ b/x-pack/docs/en/watcher/actions/email.asciidoc @@ -202,17 +202,15 @@ For more information, see to specify either the text or the html body or both (using the fields below) -| `body.text` | yes | - | The plain text body of the email. The body can be static text - or contain Mustache <>. The email `body` - must contain at least one `text` or `html` field. +| `body.text` | no | - | The plain text body of the email. The body can be static text + or contain Mustache <>. -| `body.html` | yes | - | The html body of the email. The body can be static text or +| `body.html` | no | - | The html body of the email. The body can be static text or contain Mustache <>. This body will be sanitized to remove dangerous content such as scripts. This behavior can be disabled by setting `xpack.notification.email.html.sanitization.enabled: false` in - `elasticsearch.yaml`. The email `body` must contain at least - one `text` or `html` field. + `elasticsearch.yaml`. | `priority` | no | - | The priority of this email. Valid values are: `lowest`, `low`, `normal`, `high` and `highest`. The priority can contain a