Changing sample data to use auto_expand_replicas of 0-1 (#33736)

This commit is contained in:
Brandon Kobel 2019-04-01 10:08:20 -07:00 committed by GitHub
parent 37f999474e
commit 77520b00b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ export const createInstallRoute = () => ({
const createIndexParams = {
index: index,
body: {
settings: { index: { number_of_shards: 1, number_of_replicas: 0 } },
settings: { index: { number_of_shards: 1, auto_expand_replicas: '0-1' } },
mappings: { properties: dataIndexConfig.fields },
},
};