Skip to content

Commit

Permalink
update es client
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed May 27, 2020
1 parent 546a155 commit e9374a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/monitoring/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export class Plugin {
// Start kibana internal collection
const serverInfo = this.serverInfo!;
this.bulkUploader = initBulkUploader({
elasticsearch: core.elasticsearch,
elasticsearch: core.elasticsearch.legacy,
config,
log: kibanaMonitoringLog,
kibanaStats: {
Expand Down

0 comments on commit e9374a0

Please sign in to comment.