Update yaml test with job id in path
Original commit: elastic/x-pack-elasticsearch@f74f1250d8
This commit is contained in:
parent
dee7412044
commit
9bc839b0fe
|
@ -1,19 +1,19 @@
|
|||
setup:
|
||||
- do:
|
||||
xpack.prelert.put_job:
|
||||
xpack.ml.put_job:
|
||||
job_id: custom-all-test-1
|
||||
body: >
|
||||
{
|
||||
"job_id": "custom-all-test-1",
|
||||
"description":"Job for testing custom all field",
|
||||
"analysis_config" : {
|
||||
"detectors" :[{"function":"metric","field_name":"responsetime","by_field_name":"airline"}]
|
||||
}
|
||||
}
|
||||
- do:
|
||||
xpack.prelert.put_job:
|
||||
xpack.ml.put_job:
|
||||
job_id: custom-all-test-2
|
||||
body: >
|
||||
{
|
||||
"job_id": "custom-all-test-2",
|
||||
"description":"Job for testing custom all field",
|
||||
"analysis_config" : {
|
||||
"detectors" :[{"function":"metric","field_name":"responsetime","by_field_name":"airline"}]
|
||||
|
|
Loading…
Reference in New Issue