-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add documentation about index following #39768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation about index following #39768
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.