[DOCS] Update docs for 'synced flush' and 'SLM' APIs (#972)

This commit is contained in:
James Rodewig
2019-09-26 14:14:38 -04:00
committed by Tomas Della Vedova
parent 7fef37cf90
commit c13d7c7847
4 changed files with 3 additions and 14 deletions

View File

@ -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 || {}

View File

@ -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 || {}