mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-16 09:54:55 +00:00
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:
|
||||
indices.create:
|
||||
index: airline-data
|
||||
body:
|
||||
mappings:
|
||||
response:
|
||||
properties:
|
||||
time:
|
||||
type: date
|
||||
|
||||
- do:
|
||||
xpack.ml.put_job:
|
||||
|
Loading…
x
Reference in New Issue
Block a user