Add documentation about index following#39768
Add documentation about index following#39768Tim-Brooks wants to merge 3 commits intoelastic:masterfrom
Conversation
|
Pinging @elastic/es-distributed |
|
Based on a conversation with @ywelsch - I removed references to the Let me know if this does not make sense or if I got some descriptions wrong. |
jasontedor
left a comment
There was a problem hiding this comment.
Thanks for writing this up. I left some feedback.
| === Index following operation | ||
|
|
||
| Once the follower index is created, <<remote-recovery, remote recovery>> is | ||
| complete, and the shards are active, the normal following process begins. During |
There was a problem hiding this comment.
This overlaps some with the ccr-overview docs, perhaps link there?
I also wonder if these two docs (the new one being added here, and the overview doc) should be merged? I am asking this question out loud, I do not have a strong viewpoint one way or the other.
| from the leader are governed by settings that can be configured in the | ||
| {ref}/ccr-put-follow.html[create follower request]. | ||
|
|
||
| The {ref}/ccr-get-follow-stats.html[get follow stats api] can be used to monitor |
There was a problem hiding this comment.
Similarly, the content in this paragraph is covered in the overview docs.
|
Thanks for the feedback @jasontedor. I have opened #39936 as an alternative where I combine this information with the |
|
@tbrooks8 My vote is that we go with the proposal in #39936 indeed. |
|
Closing in favor of #39936 |
This commit adds high-level documenation about following an index using
ccr. This page is supposed to bridge the gap between the basic
getting-started guide and the lower-level api documenation pages.