API generation
This commit is contained in:
@ -29,7 +29,7 @@ function buildCatMlDataFrameAnalytics (opts) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Perform a cat.ml_data_frame_analytics request
|
* Perform a cat.ml_data_frame_analytics request
|
||||||
* http://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics-stats.html
|
* http://www.elastic.co/guide/en/elasticsearch/reference/current/cat-dfanalytics.html
|
||||||
*/
|
*/
|
||||||
return function catMlDataFrameAnalytics (params, options, callback) {
|
return function catMlDataFrameAnalytics (params, options, callback) {
|
||||||
options = options || {}
|
options = options || {}
|
||||||
|
|||||||
@ -25,7 +25,7 @@ function buildMonitoringBulk (opts) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Perform a monitoring.bulk request
|
* Perform a monitoring.bulk request
|
||||||
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-monitoring.html
|
* https://www.elastic.co/guide/en/elasticsearch/reference/master/monitor-elasticsearch-cluster.html
|
||||||
*/
|
*/
|
||||||
return function monitoringBulk (params, options, callback) {
|
return function monitoringBulk (params, options, callback) {
|
||||||
options = options || {}
|
options = options || {}
|
||||||
|
|||||||
@ -5323,7 +5323,7 @@ client.cat.mlDataFrameAnalytics({
|
|||||||
v: boolean
|
v: boolean
|
||||||
})
|
})
|
||||||
----
|
----
|
||||||
link:{ref}/get-dfanalytics-stats.html[Documentation] +
|
link:{ref}/cat-dfanalytics.html[Documentation] +
|
||||||
[cols=2*]
|
[cols=2*]
|
||||||
|===
|
|===
|
||||||
|`id`
|
|`id`
|
||||||
|
|||||||
Reference in New Issue
Block a user