Skip to content

Commit b86dad2

Browse files
authored
Security index expands to a single replica (#33131)
This change removes the use of 0-all for auto expand replicas for the security index. The use of 0-all causes some unexpected behavior with certain allocation settings. This change allows us to avoid these with a default install. If necessary, the number of replicas can be tuned by the user. Closes #29933 Closes #29712
1 parent 52cf57e commit b86dad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/core/src/main/resources/security-index-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"settings" : {
55
"number_of_shards" : 1,
66
"number_of_replicas" : 0,
7-
"auto_expand_replicas" : "0-all",
7+
"auto_expand_replicas" : "0-1",
88
"index.priority": 1000,
99
"index.format": 6,
1010
"analysis" : {

0 commit comments

Comments
 (0)