mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Specify API version for Elasticsearch client in ScenarioManager
This change specifically comes after the deprecation of POST for creating an index Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
aa20d83063
commit
2cf97d6c24
1 changed files with 1 additions and 0 deletions
1
test/fixtures/scenario_manager.js
vendored
1
test/fixtures/scenario_manager.js
vendored
|
@ -10,6 +10,7 @@ function ScenarioManager(server) {
|
|||
this.client = new elasticsearch.Client({
|
||||
host: server,
|
||||
requestTimeout: 300000,
|
||||
apiVersion: 'master',
|
||||
defer: function () {
|
||||
return Promise.defer();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue