Files
doc-exports/docs/css/umn/en-us_topic_0000001477297358.html
Zheng, Xiu 2dfeaff8f9 css umn 23.5.1 20240520
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>
2024-06-06 16:15:58 +00:00

1.4 KiB

How Do I Set the Numbers of Index Copies to 0 in Batches?

  1. Log in to the Kibana page of the cluster. In the navigation pane, choose Dev Tools.
  2. Modify and run the PUT /*/_settings{"number_of_replicas":0} command.

    Do not directly run the preceding command, because the asterisk (*) may match security indexes. You are advised to specify the index required for the batch operation. Example: PUT /test*/_settings{"number_of_replicas":0}