-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Add CCS based reindex in doc page #117154
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
base: main
Are you sure you want to change the base?
Add CCS based reindex in doc page #117154
Conversation
Documentation preview: |
4376cfe
to
8f66c41
Compare
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/es-distributed-indexing (Team:Distributed Indexing) |
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.
Nice going! Added labels to automatically backport this to previous versions once approved and merged.
I think this looks fine to me in general. But I'd like to assign this to @ankikuma who's been more involved with reindex to take a look and finally approve, if possible.
@kingherc |
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! Looks good to me. @ankikuma would you be able to handle final review & approval?
Based on this PR, I think we might also need to mention ignore_unavailable and skip_unavailable settings, for a more comprehensive documentation. Adding Albert to the review since he reviewed the PR that added support for reindex over CCS. |
@@ -92,6 +92,9 @@ privilege for the source data stream, index, or alias. | |||
in the `reindex.remote.whitelist` setting of `elasticsearch.yml`. See | |||
<<reindex-from-remote>>. | |||
|
|||
* If ccs-based reindexing from a remote cluster, you must add the remote cluster setting. See |
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.
* If ccs-based reindexing from a remote cluster, you must add the remote cluster setting. See | |
* If reindexing from a remote cluster, you must add the remote cluster setting. See |
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.
Since it looks like a condition for performing an existing reindex, I think it would be better to give it a different name to avoid confusing users.
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.
Yes I agree that we should keep the terminology to "ccs-based reindexing" to distinguish this from the pre-existing functionality of reindexing from a remote cluster.
[[ccs-based-reindex-from-remote]] | ||
==== ccs based reindex from remote | ||
|
||
Reindex supports Cross-cluster search (<<modules-cross-cluster-search,{ccs}>>) based reindexing from a remote Elasticsearch cluster: |
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.
[[ccs-based-reindex-from-remote]] | |
==== ccs based reindex from remote | |
Reindex supports Cross-cluster search (<<modules-cross-cluster-search,{ccs}>>) based reindexing from a remote Elasticsearch cluster: | |
[[reindex-from-remote-cluster]] | |
==== reindex from remote cluster | |
Reindex supports sourcing documents from a remote Elasticsearch cluster: |
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.
Since a section named reindex-from-remote already exists, won't it be difficult to understand what the difference is with reindex-from-remote-cluster
?
You said that ccs is a low-level feature and we don't need to worry about it too much, but I think it would be better to clarify the difference with the existing remote reindex.
run docs-build |
@elasticsearchmachine test this |
Important Elastic documentation is migrating to Markdown for version 9.0+. See the migration guide for details. ℹ️ What's happening?
What do I need to do?For <=8.x docs:
For 9.0+ docs:Option 1:
Option 2:
💡 Need help?
|
@ankikuma @atsushi-matsui @albertzaharovits Please merge this PR today before the migration freeze. I just merged main, but there was a docs-check CI failure on previous commit that might require investigating. Thanks! |
Warning It looks like this PR modifies one or more |
546605f
to
670899d
Compare
Warning It looks like this PR modifies one or more |
close #116999
Add CCS-based reindex to docs.