[DOCS] Fixed email action typo in watcher (elastic/x-pack-elasticsearch#2849)
Original commit: elastic/x-pack-elasticsearch@80795a0c07
This commit is contained in:
parent
aa41f27d93
commit
8888922af8
|
@ -67,7 +67,7 @@ killed by firewalls or load balancers inbetween.
|
|||
"actions" : {
|
||||
"email_admin" : {
|
||||
"email": {
|
||||
"to": "'John Doe <john.doe@example.com>'",
|
||||
"to": "John Doe <john.doe@example.com>",
|
||||
"attachments" : {
|
||||
"my_image.png" : { <1>
|
||||
"http" : { <2>
|
||||
|
|
Loading…
Reference in New Issue