From 42898ba421b34b01e50d9e165b5992bf7d00a740 Mon Sep 17 00:00:00 2001 From: David Kyle Date: Thu, 5 Jan 2017 14:43:29 +0000 Subject: [PATCH] Fix noisy log message about missing mappings From the scheduler integration test Original commit: elastic/x-pack-elasticsearch@02d3f58d835e094dcd5238730875005a1259545e --- .../resources/rest-api-spec/test/start_stop_scheduler.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/elasticsearch/src/test/resources/rest-api-spec/test/start_stop_scheduler.yaml b/elasticsearch/src/test/resources/rest-api-spec/test/start_stop_scheduler.yaml index d59246e8512..64abf90a62f 100644 --- a/elasticsearch/src/test/resources/rest-api-spec/test/start_stop_scheduler.yaml +++ b/elasticsearch/src/test/resources/rest-api-spec/test/start_stop_scheduler.yaml @@ -2,6 +2,12 @@ setup: - do: indices.create: index: airline-data + body: + mappings: + response: + properties: + time: + type: date - do: xpack.ml.put_job: