Switch example from inclusion to exclusion.

Page is explaining allocation exclusion- example should be about exclusion as well.
This commit is contained in:
Brandon Wulf 2016-07-28 18:52:53 -07:00 committed by Nik Everett
parent e04f06258f
commit 6b7d40929c
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ All attribute values can be specified with wildcards, eg:
PUT _cluster/settings
{
"transient": {
"cluster.routing.allocation.include._ip": "192.168.2.*"
"cluster.routing.allocation.exclude._ip": "192.168.2.*"
}
}
------------------------