forked from laiweijian4/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Zheng, Xiu <zhengxiu@huawei.com> Co-committed-by: Zheng, Xiu <zhengxiu@huawei.com>
1.1 KiB
1.1 KiB
Can I Change the Number of Shards to Four with Two Replicas When There Is One Shard Set in the JSON File?
Once an index is created, the number of primary shards cannot be changed.
You can run the following command in Kibana to change the number of replicas:
PUT /indexname/_settings { "number_of_replicas":1 //Number of replicas }
Parent topic: Resource Usage and Change