-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into fix/uptime/await-query-in-usage-collector
- Loading branch information
Showing
109 changed files
with
2,945 additions
and
700 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,27 +28,46 @@ Password:: password for 'login' type authentication. | |
name: preconfigured-email-action-type | ||
actionTypeId: .email | ||
config: | ||
from: [email protected] <1.1> | ||
host: validhostname <1.2> | ||
port: 8080 <1.3> | ||
secure: false <1.4> | ||
from: [email protected] | ||
host: validhostname | ||
port: 8080 | ||
secure: false | ||
secrets: | ||
user: testuser <2.1> | ||
password: passwordkeystorevalue <2.2> | ||
user: testuser | ||
password: passwordkeystorevalue | ||
-- | ||
|
||
`config` defines the action type specific to the configuration and contains the following properties: | ||
|
||
<1.1> `from:` is an email address and correspond to *Sender*. | ||
<1.2> `host:` is a string and correspond to *Host*. | ||
<1.3> `port:` is a number and correspond to *Port*. | ||
<1.4> `secure:` is a boolean and correspond to *Secure*. | ||
[cols="2*<"] | ||
|=== | ||
|
||
`secrets` defines action type sensitive configuration: | ||
| `from` | ||
| An email address that corresponds to *Sender*. | ||
|
||
<2.1> `user:` is a string and correspond to *User*. | ||
<2.2> `password:` is a string and correspond to *Password*. Should be stored in the <<creating-keystore, {kib} keystore>>. | ||
| `host` | ||
| A string that corresponds to *Host*. | ||
|
||
| `port` | ||
| A number that corresponds to *Port*. | ||
|
||
| `secure` | ||
| A boolean that corresponds to *Secure*. | ||
|
||
|=== | ||
|
||
`secrets` defines sensitive information for the action type: | ||
|
||
[cols="2*<"] | ||
|=== | ||
|
||
| `user` | ||
| A string that corresponds to *User*. | ||
|
||
| `password` | ||
| A string that corresponds to *Password*. Should be stored in the <<creating-keystore, {kib} keystore>>. | ||
|
||
|=== | ||
|
||
[[email-action-configuration]] | ||
==== Action configuration | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.