mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
[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:
parent
71827b70a0
commit
d76969a431
@ -76,7 +76,6 @@ buildRestTests.expectedUnconvertedCandidates = [
|
|||||||
'en/rest-api/ml/open-job.asciidoc',
|
'en/rest-api/ml/open-job.asciidoc',
|
||||||
'en/rest-api/ml/preview-datafeed.asciidoc',
|
'en/rest-api/ml/preview-datafeed.asciidoc',
|
||||||
'en/rest-api/ml/put-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/start-datafeed.asciidoc',
|
||||||
'en/rest-api/ml/stop-datafeed.asciidoc',
|
'en/rest-api/ml/stop-datafeed.asciidoc',
|
||||||
'en/rest-api/ml/update-datafeed.asciidoc',
|
'en/rest-api/ml/update-datafeed.asciidoc',
|
||||||
|
@ -85,7 +85,6 @@ PUT _xpack/ml/anomaly_detectors/it-ops-kpi
|
|||||||
}
|
}
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
// CONSOLE
|
// CONSOLE
|
||||||
// TEST[skip:todo]
|
|
||||||
|
|
||||||
When the job is created, you receive the following results:
|
When the job is created, you receive the following results:
|
||||||
[source,js]
|
[source,js]
|
||||||
@ -110,6 +109,9 @@ When the job is created, you receive the following results:
|
|||||||
],
|
],
|
||||||
"influencers": []
|
"influencers": []
|
||||||
},
|
},
|
||||||
|
"analysis_limits": {
|
||||||
|
"model_memory_limit": "1024mb"
|
||||||
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"time_field": "@timestamp",
|
"time_field": "@timestamp",
|
||||||
"time_format": "epoch_ms"
|
"time_format": "epoch_ms"
|
||||||
@ -118,3 +120,6 @@ When the job is created, you receive the following results:
|
|||||||
"results_index_name": "shared"
|
"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/]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user