OpenSearch/x-pack/plugin
Alexander Reelsen bb1d4aaf17
Watcher: Fix put watch action (#31524)
If no version is specified when putting a watch, the index API should be
used instead of the update API, so that the whole watch gets overwritten
instead of being merged with the existing one.

Merging only happens when a version is specified, so that credentials can be omitted, which is important for the watcher UI.
2018-06-25 18:25:34 +02:00
..
core Reduce number of raw types warnings (#31523) 2018-06-25 15:59:03 +02:00
deprecation Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
graph Core: Combine doExecute methods in TransportAction (#31517) 2018-06-22 15:03:01 -07:00
logstash Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
ml Reduce number of raw types warnings (#31523) 2018-06-25 15:59:03 +02:00
monitoring Core: Combine doExecute methods in TransportAction (#31517) 2018-06-22 15:03:01 -07:00
rollup Core: Combine doExecute methods in TransportAction (#31517) 2018-06-22 15:03:01 -07:00
security Reduce number of raw types warnings (#31523) 2018-06-25 15:59:03 +02:00
sql Core: Combine doExecute methods in TransportAction (#31517) 2018-06-22 15:03:01 -07:00
src/test Watcher: Fix put watch action (#31524) 2018-06-25 18:25:34 +02:00
upgrade Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
watcher Watcher: Fix put watch action (#31524) 2018-06-25 18:25:34 +02:00
build.gradle SQL: Fix build on Java 10 2018-06-14 18:30:27 +03:00