Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
22
plugins/inputs/webhooks/mandrill/README.md
Normal file
22
plugins/inputs/webhooks/mandrill/README.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
# mandrill webhook
|
||||
|
||||
You should configure your Mandrill's Webhooks to point at the `webhooks`
|
||||
service. To do this go to [mandrillapp.com](https://mandrillapp.com) and click
|
||||
`Settings > Webhooks`. In the resulting page, click on `Add a Webhook`, select
|
||||
all events, and set the `URL` to `http://<my_ip>:1619/mandrill`, and click on
|
||||
`Create Webhook`.
|
||||
|
||||
## Events
|
||||
|
||||
See the [webhook doc](https://mandrill.zendesk.com/hc/en-us/articles/205583307-Message-Event-Webhook-format).
|
||||
|
||||
All events for logs the original timestamp, the event name and the unique
|
||||
identifier of the message that generated the event.
|
||||
|
||||
**Tags:**
|
||||
|
||||
* 'event' = `event.event` string
|
||||
|
||||
**Fields:**
|
||||
|
||||
* 'id' = `event._id` string
|
Loading…
Add table
Add a link
Reference in a new issue