-
Notifications
You must be signed in to change notification settings - Fork 195
Update differences for reindexing from remote feature #4513
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
Conversation
Reindex from remote is now available in serverless as a technical preview.
✅ Vale Linting ResultsNo issues found on modified lines! |
🔍 Preview links for changed docs |
| | **Enterprise Search (App Search & Workplace Search)** | ❌ (discontinued in 9.0) | ❌ | Not available in Serverless | | ||
| | [**Kibana Alerts**](/deploy-manage/monitor/monitoring-data/configure-stack-monitoring-alerts.md) | ✅ | ✅ | | | ||
| | [**Reindexing from remote**](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-reindex) | ✅ | **Planned** | Anticipated in a future release | | ||
| | [**Reindexing from remote**](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-reindex) | ✅ | **Tech Preview** | GA in a future release | |
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.
the elasticsearch and elasticsearch serverless APIs are in two different references. we might want to link to the reference for serverless here.
the API docs don't have any indication that this is in preview. the relevant property needs an x-state field
tech preview implies that it will be GA in future. I think we can remove the notes here
| | [**Reindexing from remote**](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-reindex) | ✅ | **Tech Preview** | GA in a future release | | |
| | [**Reindexing from remote**](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-reindex) | ✅ | [Tech Preview](https://www.elastic.co/docs/api/doc/elasticsearch-serverless/operation/operation-reindex) | | |
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 @shainaraskas - I've updated the link to a general reference for the API (relevant for both stack and serverless), and I removed the note about GA in the future.
We actually tried to give an indication of the preview status using availability tags: https://github.com/elastic/elasticsearch-specification/blob/6caf375c797aca2188a2caf293d97a934a1c800c/specification/_global/reindex/types.ts#L79
But that doesn't seem to work? Sounds like an x-state field is the correct way to achieve this.
Updated the link for 'Reindexing from remote' to point to the correct documentation. Also removed the note about GA in a future release.
deploy-manage/deploy/elastic-cloud/differences-from-other-elasticsearch-offerings.md
Outdated
Show resolved
Hide resolved
…ticsearch-offerings.md Co-authored-by: shainaraskas <[email protected]>
|
you can merge this whenever you'd like |
Reindex from remote is now available in serverless as a technical preview. The requested change updates the status of this feature in the table (from "Planned" to "Tech Preview") and mentions that it will be GA in a future release.