Skip to content
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

[8.x] Add rest endpoint for create_from_source_index (#119250) #119777

Merged

Conversation

parkertimmins
Copy link
Contributor

Backports the following commits to 8.x:

Add rest endpoint which creates a new index using the settings and mappings from an existing source index. Setting and mapping overrides can be added to the request which will override settings and mappings from the source index.

Example: `PUT /_create_from/{source}/{dest}`
Content is optional but can include a `settings_override` and `mappings_override` which will be combined with the settings and mappings from the source index to create the destination index.
@parkertimmins parkertimmins added :Data Management/Data streams Data streams and their lifecycles >enhancement auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Data Management Meta label for data/management team labels Jan 8, 2025
@elasticsearchmachine elasticsearchmachine merged commit 4eabb4c into elastic:8.x Jan 8, 2025
15 checks passed
@parkertimmins parkertimmins deleted the backport/8.x/pr-119250 branch January 8, 2025 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport :Data Management/Data streams Data streams and their lifecycles >enhancement Team:Data Management Meta label for data/management team v8.18.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants