OpenSearch/docs/reference/ccr
Jason Tedor be08268562
Allow follower indices to override leader settings (#58103)
Today when creating a follower index via the put follow API, or via an
auto-follow pattern, it is not possible to specify settings overrides
for the follower index. Instead, we copy all of the leader index
settings to the follower. Yet, there are cases where a user would want
some different settings on the follower index such as the number of
replicas, or allocation settings. This commit addresses this by allowing
the user to specify settings overrides when creating follower index via
manual put follower calls, or via auto-follow patterns. Note that not
all settings can be overrode (e.g., index.number_of_shards) so we also
have detection that prevents attempting to override settings that must
be equal between the leader and follow index. Note that we do not even
allow specifying such settings in the overrides, even if they are
specified to be equal between the leader and the follower
index. Instead, the must be implicitly copied from the leader index, not
explicitly set by the user.
2020-06-18 11:56:06 -04:00
..
apis Allow follower indices to override leader settings (#58103) 2020-06-18 11:56:06 -04:00
images [DOCS] Adds CCR screenshots (#37439) 2019-01-15 10:53:29 -08:00
auto-follow.asciidoc Add documentation for Pause/Resume Auto-Follower APIs (#47985) (#48034) 2019-10-15 08:38:49 +02:00
getting-started.asciidoc [DOCS] Fixes license management links (#58213) 2020-06-16 16:49:48 -07:00
index.asciidoc [DOCS] Remove leveloffset for CCR docs (#46818) 2019-09-18 09:44:43 -04:00
overview.asciidoc [DOCS] Fix typo in CCR overview docs (#57709) (#57773) 2020-06-05 17:42:49 -04:00
remote-recovery.asciidoc [DOCS] Remove leveloffset for CCR docs (#46818) 2019-09-18 09:44:43 -04:00
requirements.asciidoc Remove outdated requirement of CCR (#50859) 2020-01-13 20:00:23 -05:00
upgrading.asciidoc Add mention to Pause Auto-Follower API in Upgrade Clusters docs (#48764) 2019-11-06 09:48:44 -05:00