Skip to content

Commit

Permalink
Add remove_index_blocks param to _create_from (elastic#3566) (elastic…
Browse files Browse the repository at this point in the history
…#3576)

Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
(cherry picked from commit 385bbc3)

Co-authored-by: Parker Timmins <parker.timmins@elastic.co>
  • Loading branch information
github-actions[bot] and parkertimmins authored Jan 23, 2025
1 parent 00b0678 commit b1069af
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
4 changes: 4 additions & 0 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions specification/migrate/create_from/MigrateCreateFromRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,9 @@ export class CreateFrom {
* Settings overrides to be applied to the destination index (optional)
*/
settings_override?: IndexSettings
/**
* If index blocks should be removed when creating destination index (optional)
* @server_default false
*/
remove_index_blocks?: boolean
}

0 comments on commit b1069af

Please sign in to comment.