Fix noisy log message about missing mappings
From the scheduler integration test Original commit: elastic/x-pack-elasticsearch@02d3f58d83
This commit is contained in:
parent
2746edf21b
commit
42898ba421
|
@ -2,6 +2,12 @@ setup:
|
||||||
- do:
|
- do:
|
||||||
indices.create:
|
indices.create:
|
||||||
index: airline-data
|
index: airline-data
|
||||||
|
body:
|
||||||
|
mappings:
|
||||||
|
response:
|
||||||
|
properties:
|
||||||
|
time:
|
||||||
|
type: date
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
xpack.ml.put_job:
|
xpack.ml.put_job:
|
||||||
|
|
Loading…
Reference in New Issue