[DOCS] Update example for default model memory limit (elastic/x-pack-elasticsearch#2312)

Original commit: elastic/x-pack-elasticsearch@815d63d1bf
This commit is contained in:
Lisa Cawley 2017-08-18 11:29:08 -07:00 committed by GitHub
parent 71827b70a0
commit d76969a431
2 changed files with 6 additions and 2 deletions

View File

@ -76,7 +76,6 @@ buildRestTests.expectedUnconvertedCandidates = [
'en/rest-api/ml/open-job.asciidoc',
'en/rest-api/ml/preview-datafeed.asciidoc',
'en/rest-api/ml/put-datafeed.asciidoc',
'en/rest-api/ml/put-job.asciidoc',
'en/rest-api/ml/start-datafeed.asciidoc',
'en/rest-api/ml/stop-datafeed.asciidoc',
'en/rest-api/ml/update-datafeed.asciidoc',

View File

@ -85,7 +85,6 @@ PUT _xpack/ml/anomaly_detectors/it-ops-kpi
}
--------------------------------------------------
// CONSOLE
// TEST[skip:todo]
When the job is created, you receive the following results:
[source,js]
@ -110,6 +109,9 @@ When the job is created, you receive the following results:
],
"influencers": []
},
"analysis_limits": {
"model_memory_limit": "1024mb"
},
"data_description": {
"time_field": "@timestamp",
"time_format": "epoch_ms"
@ -118,3 +120,6 @@ When the job is created, you receive the following results:
"results_index_name": "shared"
}
----
//CONSOLE
//TESTRESPONSE[s/"job_version": "7.0.0-alpha1"/"job_version": $body.job_version/]
//TESTRESPONSE[s/"create_time": 1502832478794/"create_time": $body.create_time/]