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

This commit is contained in:
Brandon Kobel 2019-04-01 13:03:45 -07:00 committed by GitHub
parent 964422e721
commit bffe77df4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,7 @@ export const createInstallRoute = () => ({
settings: {
index: {
number_of_shards: 1,
number_of_replicas: 0
auto_expand_replicas: '0-1'
}
},
mappings: {