mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* 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> Co-authored-by: Mike Côté <mikecote@users.noreply.github.com> Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
This commit is contained in:
parent
380b31158a
commit
4f65a5a126
3 changed files with 5 additions and 0 deletions
|
@ -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 <<action-types,Action and connector types>>.
|
||||
+
|
||||
WARNING: Remember these values. You must provide them each time you call the <<actions-and-connectors-api-update, update>> API.
|
||||
|
||||
[[actions-and-connectors-api-create-request-codes]]
|
||||
==== Response code
|
||||
|
|
|
@ -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 <<server-publicBaseUrl, `server.publicBaseUrl`>> configuration setting.
|
||||
|
||||
[float]
|
||||
[[email-connector-configuration]]
|
||||
==== Connector configuration
|
||||
|
|
|
@ -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 <<alert-action-settings-kb,`xpack.encryptedSavedObjects.encryptionKey`>> setting.
|
||||
* For emails to have a footer with a link back to {kib}, set the <<server-publicBaseUrl, `server.publicBaseUrl`>> configuration setting.
|
||||
|
||||
If you are using an *on-premises* Elastic Stack deployment with <<using-kibana-with-security, *security*>>:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue