-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Synchronize location of Breaking Changes (#33588)
- Loading branch information
Showing
17 changed files
with
110 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
[float] | ||
[[breaking_70_cluster_changes]] | ||
=== Cluster changes | ||
|
||
[float] | ||
==== `:` is no longer allowed in cluster name | ||
|
||
Due to cross-cluster search using `:` to separate a cluster and index name, | ||
cluster names may no longer contain `:`. | ||
|
||
[float] | ||
==== New default for `wait_for_active_shards` parameter of the open index command | ||
|
||
The default value for the `wait_for_active_shards` parameter of the open index API | ||
is changed from 0 to 1, which means that the command will now by default wait for all | ||
primary shards of the opened index to be allocated. | ||
|
||
[float] | ||
==== Shard preferences `_primary`, `_primary_first`, `_replica`, and `_replica_first` are removed | ||
These shard preferences are removed in favour of the `_prefer_nodes` and `_only_nodes` preferences. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
docs/reference/migration/migrate_7_0/low_level_restclient.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.