mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
Merge remote-tracking branch 'es/master' into enrich
This commit is contained in:
commit
957f0fad0f
584 changed files with 9243 additions and 5730 deletions
|
@ -96,6 +96,10 @@ include-tagged::{doc-tests-file}[{api}-outlier-detection-customized]
|
|||
<1> Constructing a new OutlierDetection object
|
||||
<2> The method used to perform the analysis
|
||||
<3> Number of neighbors taken into account during analysis
|
||||
<4> The min `outlier_score` required to compute feature influence
|
||||
<5> Whether to compute feature influence
|
||||
<6> The proportion of the data set that is assumed to be outlying prior to outlier detection
|
||||
<7> Whether to apply standardization to feature values
|
||||
|
||||
===== Regression
|
||||
|
||||
|
|
|
@ -23,6 +23,8 @@ The +{request}+ supports retrieving API key information for
|
|||
|
||||
. A specific key or all API keys owned by the current authenticated user
|
||||
|
||||
. All API keys if the user is authorized to do so
|
||||
|
||||
===== Retrieve a specific API key by its id
|
||||
["source","java",subs="attributes,callouts,macros"]
|
||||
--------------------------------------------------
|
||||
|
@ -59,6 +61,12 @@ include-tagged::{doc-tests-file}[get-user-realm-api-keys-request]
|
|||
include-tagged::{doc-tests-file}[get-api-keys-owned-by-authenticated-user-request]
|
||||
--------------------------------------------------
|
||||
|
||||
===== Retrieve all API keys if the user is authorized to do so
|
||||
["source","java",subs="attributes,callouts,macros"]
|
||||
--------------------------------------------------
|
||||
include-tagged::{doc-tests-file}[get-all-api-keys-request]
|
||||
--------------------------------------------------
|
||||
|
||||
include::../execution.asciidoc[]
|
||||
|
||||
[id="{upid}-{api}-response"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue