6d0a2f642a
The HTTP response toXContent() method contains the http response headers, which are used as field names in Elasticsearch in the watch history. These can contain dots, like `es.index` being returned when Elasticsearch encounters an exception - which results in an index error. This patch changes the dots to an underscore when calling toXContent() Closes elastic/elasticsearch#1803 Original commit: elastic/x-pack-elasticsearch@e4070f8b70 |
||
---|---|---|
buildSrc | ||
dev-tools | ||
elasticsearch | ||
.dir-locals.el | ||
.projectile | ||
GRADLE.CHEATSHEET | ||
LICENSE.txt | ||
README.asciidoc | ||
build.gradle | ||
gradle.properties | ||
settings.gradle |
README.asciidoc
= Elasticsearch X Plugins A set of Elastic's commercial plugins: - License - Shield - Watcher - Marvel = Setup You must checkout x-plugins and elasticsearch in the same directory as siblings. This elasticsearch checkout will be used when building x-plugins.