Revert "Migrations v2: don't auto-create indices + FTR/esArchiver support (#85778)"

This reverts commit 03636a07fe.
This commit is contained in:
spalger 2021-02-01 17:46:45 -07:00
parent e051345765
commit f97958043f
71 changed files with 238 additions and 645 deletions

View file

@ -17,7 +17,6 @@ export default function ({ getService }: FtrProviderContext) {
describe('search', () => {
before(async () => {
await esArchiver.emptyKibanaIndex();
await esArchiver.loadIfNeeded('../../../functional/fixtures/es_archiver/logstash_functional');
});