OpenSearch/elasticsearch/x-pack
Alexander Reelsen 75ab4f9470 Watcher: Allow for external email attachments
This feature is mainly done for the integration with the commercial reporting, but can be used
for anything else as well.

This adds a `attachments` to the email configuration, which can be used like this

```
"attachments" : {
  "some_id" : {
    "http" : {
      "request" : {
        "url" : "http://example.org/foo.pdf"
      }
    }
  },
  "other_id" : {
    "data" : {
      "format" : "json"
    }
  }
}
```

The main reason to pick this format is extensibility. If we would like to support another
attachment type, like an file reader, we could do so easily from an API point of view.

Closes elastic/elasticsearch#870

Original commit: elastic/x-pack-elasticsearch@66d14be965
2016-01-07 10:49:13 +01:00
..
license-plugin Use currentName instead of text() to parse field names. 2015-12-28 16:44:16 +01:00
marvel Marvel: HttpExporter should not clean indices 2016-01-07 10:05:02 +01:00
shield Remove warmers from the known actions. 2016-01-07 10:30:35 +01:00
src Watcher: Allow execute Watch API fields in request params 2016-01-07 10:00:11 +01:00
watcher Watcher: Allow for external email attachments 2016-01-07 10:49:13 +01:00
build.gradle Marvel: Use versioned index templates 2015-12-31 16:26:17 +01:00