[TEST] Fix post data request in post_data.yml
Original commit: elastic/x-pack-elasticsearch@14e9083c02
This commit is contained in:
parent
15f9b1ed9c
commit
3057f7f4b6
|
@ -142,10 +142,14 @@ setup:
|
||||||
xpack.ml.post_data:
|
xpack.ml.post_data:
|
||||||
job_id: post-data-job
|
job_id: post-data-job
|
||||||
body:
|
body:
|
||||||
airline: AAL
|
- airline: AAL
|
||||||
responsetime: 132.2046
|
responsetime: 132.2046
|
||||||
sourcetype: post-data-job
|
sourcetype: post-data-job
|
||||||
time: 1403488700
|
time: 1403488600
|
||||||
|
- airline: AAL
|
||||||
|
responsetime: 990.4628
|
||||||
|
sourcetype: post-data-job
|
||||||
|
time: 1403488700
|
||||||
|
|
||||||
# Send data that will create results for the bucket after the skipped one
|
# Send data that will create results for the bucket after the skipped one
|
||||||
- do:
|
- do:
|
||||||
|
|
Loading…
Reference in New Issue