Skip to content

Commit 9697ab6

Browse files
author
Shivang Doshi
committed
Tenant index migration was failing because KibanaMigrator import statement was commented.
Uncommenting that to resolve this issue.
1 parent 05ea4ee commit 9697ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/multitenancy/migrate_tenants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import _ from 'lodash';
3333
import Boom from 'boom';
3434
import elasticsearch from 'elasticsearch';
3535
import wrapElasticsearchError from './../backend/errors/wrap_elasticsearch_error';
36-
// import { KibanaMigrator } from '../../../../src/server/saved_objects/migrations';
36+
import { KibanaMigrator } from '../../../../src/server/saved_objects/migrations';
3737

3838
async function migrateTenants (server) {
3939

0 commit comments

Comments
 (0)