[DOCS] Update docs for 'synced flush' and 'SLM' APIs (#972)
This commit is contained in:
committed by
Tomas Della Vedova
parent
7fef37cf90
commit
c13d7c7847
@ -33,7 +33,7 @@ function buildIndicesFlushSynced (opts) {
|
||||
/**
|
||||
* Perform a indices.flush_synced request
|
||||
* Performs a synced flush operation on one or more indices.
|
||||
* https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html#synced-flush-api
|
||||
* https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced-flush-api.html
|
||||
*/
|
||||
return function indicesFlushSynced (params, options, callback) {
|
||||
options = options || {}
|
||||
|
||||
@ -21,7 +21,7 @@ function buildSlmGetStats (opts) {
|
||||
|
||||
/**
|
||||
* Perform a slm.get_stats request
|
||||
* https://www.elastic.co/guide/en/elasticsearch/reference/current/slm-api.html
|
||||
* https://www.elastic.co/guide/en/elasticsearch/reference/master/slm-get-stats.html
|
||||
*/
|
||||
return function slmGetStats (params, options, callback) {
|
||||
options = options || {}
|
||||
|
||||
Reference in New Issue
Block a user