From b337d49bcbb5c9088971f012335abc705e07763f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20C=C3=B4t=C3=A9?= Date: Tue, 23 Feb 2021 11:26:12 -0500 Subject: [PATCH] Catch-up release documentation (#92411) * Initial commit * Undo custom id docs (done in separate PR) * Update docs, a bit * fix create api doc * Update docs/user/alerting/action-types/email.asciidoc Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> * Update docs/user/alerting/alerting-getting-started.asciidoc Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> * Indent warning Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> --- docs/api/actions-and-connectors/create.asciidoc | 2 ++ docs/user/alerting/action-types/email.asciidoc | 2 ++ docs/user/alerting/alerting-getting-started.asciidoc | 1 + 3 files changed, 5 insertions(+) diff --git a/docs/api/actions-and-connectors/create.asciidoc b/docs/api/actions-and-connectors/create.asciidoc index af5ddd050e40ec..22f360fe63eb39 100644 --- a/docs/api/actions-and-connectors/create.asciidoc +++ b/docs/api/actions-and-connectors/create.asciidoc @@ -27,6 +27,8 @@ Creates an action. `secrets`:: (Required, object) The secrets configuration for the action. Secrets configuration properties vary depending on the action type. For information about the secrets configuration properties, refer to <>. ++ +WARNING: Remember these values. You must provide them each time you call the <> API. [[actions-and-connectors-api-create-request-codes]] ==== Response code diff --git a/docs/user/alerting/action-types/email.asciidoc b/docs/user/alerting/action-types/email.asciidoc index 3562be1e405f6f..8a5d8d156245e1 100644 --- a/docs/user/alerting/action-types/email.asciidoc +++ b/docs/user/alerting/action-types/email.asciidoc @@ -4,6 +4,8 @@ The email action type uses the SMTP protocol to send mail message, using an integration of https://nodemailer.com/[Nodemailer]. Email message text is sent as both plain text and html text. +NOTE: For emails to have a footer with a link back to {kib}, set the <> configuration setting. + [float] [[email-connector-configuration]] ==== Connector configuration diff --git a/docs/user/alerting/alerting-getting-started.asciidoc b/docs/user/alerting/alerting-getting-started.asciidoc index 5bd54ae93be69f..9b402e6cb9c497 100644 --- a/docs/user/alerting/alerting-getting-started.asciidoc +++ b/docs/user/alerting/alerting-getting-started.asciidoc @@ -158,6 +158,7 @@ Pre-packaged *alert types* simplify setup, hide the details complex domain-speci If you are using an *on-premises* Elastic Stack deployment: * In the kibana.yml configuration file, add the <> setting. +* For emails to have a footer with a link back to {kib}, set the <> configuration setting. If you are using an *on-premises* Elastic Stack deployment with <>: