Skip to content

Commit

Permalink
Update Watcher-Actions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed Feb 21, 2018
1 parent 25dbedf commit 4e5034c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Watcher-Actions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### SENTINL Watcher Actions
### Watcher Actions
Currently supported __"actions"__ for SENTINL watchers:

#### Email
Expand Down Expand Up @@ -37,7 +37,7 @@ Deliver message to remote web API
"method" : "POST",
"host" : "remote.server",
"port" : 9200,
"path": ":/{{payload.watcher_id}",
"path": ":/{{payload.watcher_id}}",
"body" : "{{payload.watcher_id}}:{{payload.hits.total}}",
"create_alert" : true
}
Expand Down Expand Up @@ -112,4 +112,4 @@ Output Query results and message to Console
"priority" : "DEBUG",
"message" : "Average {{payload.aggregations.avg.value}}"
}
```
```

0 comments on commit 4e5034c

Please sign in to comment.