Switch example from inclusion to exclusion.
Page is explaining allocation exclusion- example should be about exclusion as well.
This commit is contained in:
parent
e04f06258f
commit
6b7d40929c
|
@ -62,7 +62,7 @@ All attribute values can be specified with wildcards, eg:
|
||||||
PUT _cluster/settings
|
PUT _cluster/settings
|
||||||
{
|
{
|
||||||
"transient": {
|
"transient": {
|
||||||
"cluster.routing.allocation.include._ip": "192.168.2.*"
|
"cluster.routing.allocation.exclude._ip": "192.168.2.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
------------------------
|
------------------------
|
||||||
|
|
Loading…
Reference in New Issue