Fixing ES archive mapping failure (#100835)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Jonathan Buttner 2021-05-28 12:21:34 -04:00 committed by GitHub
parent a00fa53000
commit 692806aed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 18 deletions

View file

@ -3235,14 +3235,7 @@
}
},
"number_of_replicas": "1",
"number_of_shards": "1",
"routing": {
"allocation": {
"include": {
"_tier": "data_hot"
}
}
}
"number_of_shards": "1"
}
}
}

View file

@ -2920,14 +2920,7 @@
}
},
"number_of_replicas": "1",
"number_of_shards": "1",
"routing": {
"allocation": {
"include": {
"_tier": "data_hot"
}
}
}
"number_of_shards": "1"
}
}
}

View file

@ -14,8 +14,7 @@ export default function ({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
const esArchiver = getService('esArchiver');
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/100697
describe.skip('Resolver tests for the entity route', () => {
describe('Resolver tests for the entity route', () => {
describe('winlogbeat tests', () => {
before(async () => {
await esArchiver.load('endpoint/resolver/winlogbeat');