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 |
||
---|---|---|
.. | ||
bin/x-pack | ||
dev-tools | ||
src | ||
LICENSE.txt | ||
NOTICE.txt | ||
README.asciidoc |
README.asciidoc
= Elasticsearch Watcher Plugin This plugins adds conditioned scheduled tasks features to elasticsearch - such a task is called a `Watch`. You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.