A newer version of this documentation is available.

View Latest

maxReplicasAllowed

    January 5, 2025
    + 12

    The maxReplicasAllowed setting is the maximum number of copies of primary index partitions that the index can support.

    The default limit value of this is 3.

    Example

    console
    curl -XPUT -H "Content-type:application/json" http://username:password@<ip>:8094/api/managerOptions \-d '{ "maxReplicasAllowed": "2" }