Support for Elasticsearch 7.7 (#1192)

This commit is contained in:
Tomas Della Vedova
2020-05-14 09:55:54 +02:00
committed by GitHub
parent be6257380e
commit 51169d5efa
258 changed files with 15839 additions and 1485 deletions

View File

@ -30,7 +30,8 @@ function buildMlGetInfluencers (opts) {
/**
* Perform a ml.get_influencers request
* http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-influencer.html
* Retrieves anomaly detection job results for one or more influencers.
* https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-influencer.html
*/
return function mlGetInfluencers (params, options, callback) {
options = options || {}