cluster.asciidoc 721 B

12345678910111213141516
  1. [[breaking_70_cluster_changes]]
  2. === Cluster changes
  3. ==== `:` is no longer allowed in cluster name
  4. Due to cross-cluster search using `:` to separate a cluster and index name,
  5. cluster names may no longer contain `:`.
  6. ==== New default for `wait_for_active_shards` parameter of the open index command
  7. The default value for the `wait_for_active_shards` parameter of the open index API
  8. is changed from 0 to 1, which means that the command will now by default wait for all
  9. primary shards of the opened index to be allocated.
  10. ==== Shard preferences `_primary`, `_primary_first`, `_replica`, and `_replica_first` are removed
  11. These shard preferences are removed in favour of the `_prefer_nodes` and `_only_nodes` preferences.