[DOCS] Fixed email action typo in watcher (elastic/x-pack-elasticsearch#2849)

Original commit: elastic/x-pack-elasticsearch@80795a0c07
This commit is contained in:
Lisa Cawley 2017-11-02 09:29:20 -07:00 committed by GitHub
parent aa41f27d93
commit 8888922af8
1 changed files with 1 additions and 1 deletions

View File

@ -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>