OpenSearch/elasticsearch/x-pack
Alexander Reelsen 6d0a2f642a Watcher: HttpResponse serialization may not contain dots in field names
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
2016-04-13 15:07:22 +02:00
..
bin/x-pack Merge pull request elastic/elasticsearch#1847 from jimferenczi/drop_conf_file 2016-03-30 14:34:43 +02:00
graph/src React to registration changes in core 2016-04-07 18:48:00 -04:00
license-plugin Replace usage of settingsBuilder with just builder. 2016-04-08 18:09:02 +02:00
marvel Replace usage of settingsBuilder with just builder. 2016-04-08 18:09:02 +02:00
shield Tests: Adapting to Version changes in core 2016-04-13 11:43:54 +02:00
src security: remove the use of shield in settings 2016-04-06 14:00:46 -04:00
watcher Watcher: HttpResponse serialization may not contain dots in field names 2016-04-13 15:07:22 +02:00
build.gradle Watcher: Cut settings over to xpack.watcher (elastic/elasticsearch#1909) 2016-04-12 10:34:23 +02:00
signatures.txt shield: do not use ThreadPool#scheduleWithFixedDelay for pollers 2016-04-01 21:25:16 -04:00