Skip to content

Commit

Permalink
Fixed due to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko committed Jul 14, 2020
1 parent 59681ef commit 50e613d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/user/alerting/action-types/email.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ systems, refer to:
Use the following email account settings to send email from the
https://mail.google.com[Gmail] SMTP service:

[source,js]
[source,text]
--------------------------------------------------
config:
host: smtp.gmail.com
Expand Down Expand Up @@ -128,7 +128,7 @@ for more information.
Use the following email account settings to send email action from the
https://www.outlook.com/[Outlook.com] SMTP service:

[source,js]
[source,text]
--------------------------------------------------
config:
host: smtp-mail.outlook.com
Expand All @@ -153,7 +153,7 @@ NOTE: You must use a unique App Password if two-step verification is enabled.
Use the following email account settings to send email from the
http://aws.amazon.com/ses[Amazon Simple Email Service] (SES) SMTP service:

[source,js]
[source,text]
--------------------------------------------------
config:
host: email-smtp.us-east-1.amazonaws.com <1>
Expand All @@ -180,7 +180,7 @@ NOTE: You must use your Amazon SES SMTP credentials to send email through
Use the following email account settings to send email action from Microsoft
Exchange:

[source,js]
[source,text]
--------------------------------------------------
config:
host: <your exchange server>
Expand Down
10 changes: 5 additions & 5 deletions docs/user/alerting/action-types/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[index-action-type]]
=== Index action

The index action type will index a document into {es}. There is an {ref}/indices-create-index.html[info] how to create an index in {es}.
The index action type will index a document into {es}. See also the {ref}/indices-create-index.html[create index API].

[float]
[[index-connector-configuration]]
Expand Down Expand Up @@ -55,9 +55,9 @@ Index actions have the following properties:

Document:: The document to index in JSON format.

Example of the index document for Index Threshold Alert:
Example of the index document for Index Threshold alert:

[source,js]
[source,text]
--------------------------------------------------
{
"alert_id": "{{alertId}}",
Expand All @@ -67,9 +67,9 @@ Example of the index document for Index Threshold Alert:
}
--------------------------------------------------

Example of create test index using index API.
Example of create test index using the API.

[source,js]
[source,text]
--------------------------------------------------
PUT test
{
Expand Down

0 comments on commit 50e613d

Please sign in to comment.