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:
|
||||
- do:
|
||||
indices.create:
|
||||
index: airline-data
|
||||
|
||||
- do:
|
||||
xpack.prelert.put_job:
|
||||
body: >
|
||||
|
|
Loading…
Reference in New Issue