Skip to content

Commit 3758ef6

Browse files
authored
Fix migrate_reindex availabilities (#5605)
1 parent 463a5d2 commit 3758ef6

File tree

7 files changed

+197
-23
lines changed

7 files changed

+197
-23
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 176 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/indices/cancel_migrate_reindex/MigrateCancelReindexRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import { Indices } from '@_types/common'
2525
*
2626
* Cancel a migration reindex attempt for a data stream or index.
2727
* @rest_spec_name indices.cancel_migrate_reindex
28-
* @availability stack since=8.18.0 stability=experimental
29-
* @availability serverless stability=experimental visibility=private
28+
* @availability stack since=8.18.0 stability=stable
29+
* @availability serverless stability=stable visibility=public
3030
* @doc_id migration-api-cancel
3131
* @doc_tag migration
3232
*/

specification/indices/create_from/MigrateCreateFromRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ import { IndexSettings } from '@indices/_types/IndexSettings'
2727
*
2828
* Copy the mappings and settings from the source index to a destination index while allowing request settings and mappings to override the source values.
2929
* @rest_spec_name indices.create_from
30-
* @availability stack since=8.18.0 stability=experimental
31-
* @availability serverless stability=experimental visibility=public
30+
* @availability stack since=8.18.0 stability=stable
31+
* @availability serverless stability=stable visibility=public
3232
* @doc_id migration-api-create-from
3333
* @doc_tag migration
3434
*/

specification/indices/get_migrate_reindex_status/MigrateGetReindexStatusRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import { Indices } from '@_types/common'
2525
*
2626
* Get the status of a migration reindex attempt for a data stream or index.
2727
* @rest_spec_name indices.get_migrate_reindex_status
28-
* @availability stack since=8.18.0 stability=experimental
29-
* @availability serverless stability=experimental visibility=private
28+
* @availability stack since=8.18.0 stability=stable
29+
* @availability serverless stability=stable visibility=public
3030
* @doc_id migrate
3131
* @doc_tag migration
3232
*/

specification/indices/migrate_reindex/MigrateReindexRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { IndexName } from '@_types/common'
2727
* This operation occurs in a persistent task.
2828
* The persistent task ID is returned immediately and the reindexing work is completed in that task.
2929
* @rest_spec_name indices.migrate_reindex
30-
* @availability stack since=8.18.0 stability=experimental
30+
* @availability stack since=8.18.0 stability=stable
3131
* @doc_id migration-api-reindex
3232
* @doc_tag migration
3333
*/

0 commit comments

Comments
 (0)