test: create airline-data index as part of test setup
Original commit: elastic/x-pack-elasticsearch@81dea8b071
This commit is contained in:
parent
852eeb106d
commit
567153d73a
|
@ -1,4 +1,8 @@
|
||||||
setup:
|
setup:
|
||||||
|
- do:
|
||||||
|
indices.create:
|
||||||
|
index: airline-data
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
xpack.prelert.put_job:
|
xpack.prelert.put_job:
|
||||||
body: >
|
body: >
|
||||||
|
|
Loading…
Reference in New Issue