OpenSearch/elasticsearch
Alexander Reelsen 28f89314cb Watcher: Fix certain chained input usages not written to history
If a chained input was used, and inside of this a search input was
used, that hat dots in its field names somewhere (like when sorting
or using a compare condition), then storing this in the history failed.

The reason for this was the broken watch history template, that did not take
nested requests bodies into account and thus tried to create an index mapping
for requests that were inside of a chained input.

This commit fixes the watch history index template.

Closes elastic/elasticsearch#2338

Original commit: elastic/x-pack-elasticsearch@d9f48234d3
2016-05-27 10:19:52 +02:00
..
license Use Java's Base64 instead of elasticsearch's. elastic/elasticsearch#2282 2016-05-23 11:25:31 +02:00
qa Introduce dedicated master nodes in testing infrastructure (elastic/elasticsearch#2314) 2016-05-27 08:45:54 +02:00
x-dev-tools Release: Fix smoke test script to cope with latest changes in master 2016-05-26 12:32:16 +02:00
x-pack Watcher: Fix certain chained input usages not written to history 2016-05-27 10:19:52 +02:00
build.gradle Change path separator for Checkstyle suppressions to be Windows compatible 2016-02-05 12:15:47 +01:00
checkstyle_suppressions.xml Remove suppression and implement hashCode 2016-02-09 21:49:13 -05:00