doc-exports/docs/css/umn/css_02_0118.html
Zheng, Xiu 5b5876528a CSS UMN 22.5.1 Version
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>
2023-03-29 17:17:49 +00:00

1.2 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}