We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8aa4ed commit 8193e53Copy full SHA for 8193e53
x-pack/plugin/src/test/resources/rest-api-spec/test/ml/jobs_crud.yml
@@ -236,24 +236,6 @@
236
"time_format":"yyyy-MM-dd HH:mm:ssX"
237
}
238
239
- - do:
240
- catch: param
241
- ml.put_job:
242
- job_id: jobs-crud-id-already-taken
243
- body: >
244
- {
245
- "job_id":"jobs-crud-id-already-taken",
246
- "description":"Analysis of response time by airline",
247
- "analysis_config" : {
248
- "bucket_span": "1h",
249
- "detectors" :[{"function":"metric","field_name":"responsetime","by_field_name":"airline"}]
250
- },
251
- "data_description" : {
252
- "field_delimiter":",",
253
- "time_field":"time",
254
- "time_format":"yyyy-MM-dd HH:mm:ssX"
255
- }
256
257
258
---
259
"Test update job":
0 commit comments