diff --git a/docs/api/upgrade-assistant/batch_reindexing.asciidoc b/docs/api/upgrade-assistant/batch_reindexing.asciidoc index 6b355185de5ce..3a7d3c344655c 100644 --- a/docs/api/upgrade-assistant/batch_reindexing.asciidoc +++ b/docs/api/upgrade-assistant/batch_reindexing.asciidoc @@ -6,9 +6,11 @@ experimental["The underlying Upgrade Assistant concepts are stable, but the APIs for managing Upgrade Assistant are experimental."] -Start or resume multiple <> tasks in one request. Additionally, reindexing tasks started or resumed -via the batch endpoint will be placed on a queue and executed one-by-one, which ensures that minimal cluster resources -are consumed over time. +Start or resume upgrading multiple indices in one request. Additionally, <> tasks for upgrading +indices that are started or resumed via the batch endpoint will be placed on a queue and executed one-by-one. This ensures that +minimal cluster resources are consumed over time. + +NOTE: This API does not support data streams. [[batch-start-resume-reindex-request]] ==== Request diff --git a/x-pack/platform/plugins/private/translations/translations/ja-JP.json b/x-pack/platform/plugins/private/translations/translations/ja-JP.json index 08ae21988fdca..7dedb1a3ab818 100644 --- a/x-pack/platform/plugins/private/translations/translations/ja-JP.json +++ b/x-pack/platform/plugins/private/translations/translations/ja-JP.json @@ -48142,7 +48142,6 @@ "xpack.upgradeAssistant.esDeprecationLogs.documentationLinkText": "ドキュメント", "xpack.upgradeAssistant.esDeprecationLogs.pageDescription": "廃止予定ログを確認し、アプリケーションが廃止予定のAPIを使用しているかどうかを判断してください。アップグレード後に、エラーまたは動作の変更を防止するには、アプリケーションを更新します。", "xpack.upgradeAssistant.esDeprecationLogs.pageTitle": "Elasticsearchの廃止予定ログ", - "xpack.upgradeAssistant.esDeprecations.batchReindexingDocsDescription": "1つの要求で複数の再インデックスタスクを開始するには、Kibana {docsLink}を使用します。", "xpack.upgradeAssistant.esDeprecations.batchReindexingDocsLink": "バッチ再インデックスAPI", "xpack.upgradeAssistant.esDeprecations.clusterDeprecationTypeLabel": "クラスター", "xpack.upgradeAssistant.esDeprecations.clusterSettings.deleteCompleteText": "廃止予定の設定が削除されました", diff --git a/x-pack/platform/plugins/private/translations/translations/zh-CN.json b/x-pack/platform/plugins/private/translations/translations/zh-CN.json index e4898e3bc37ea..fbd3843ebfe67 100644 --- a/x-pack/platform/plugins/private/translations/translations/zh-CN.json +++ b/x-pack/platform/plugins/private/translations/translations/zh-CN.json @@ -48249,7 +48249,6 @@ "xpack.upgradeAssistant.esDeprecationLogs.documentationLinkText": "文档", "xpack.upgradeAssistant.esDeprecationLogs.pageDescription": "请复查弃用日志以确定您的应用程序是否正使用任何已弃用的 API。在升级后,请更新应用程序以防止错误或行为更改。", "xpack.upgradeAssistant.esDeprecationLogs.pageTitle": "Elasticsearch 弃用日志", - "xpack.upgradeAssistant.esDeprecations.batchReindexingDocsDescription": "要在单一请求中启动多个重新索引任务,请使用 Kibana {docsLink}。", "xpack.upgradeAssistant.esDeprecations.batchReindexingDocsLink": "批量重新索引 API", "xpack.upgradeAssistant.esDeprecations.clusterDeprecationTypeLabel": "集群", "xpack.upgradeAssistant.esDeprecations.clusterSettings.deleteCompleteText": "过时设置已移除", diff --git a/x-pack/platform/plugins/private/upgrade_assistant/public/application/components/es_deprecations/es_deprecations.tsx b/x-pack/platform/plugins/private/upgrade_assistant/public/application/components/es_deprecations/es_deprecations.tsx index cec257f195892..0a25792cad340 100644 --- a/x-pack/platform/plugins/private/upgrade_assistant/public/application/components/es_deprecations/es_deprecations.tsx +++ b/x-pack/platform/plugins/private/upgrade_assistant/public/application/components/es_deprecations/es_deprecations.tsx @@ -77,7 +77,7 @@ const getBatchReindexLink = (docLinks: DocLinksStart) => { return (