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

[7.x] Remove beta tag from Crawler document ingestion card (#110922) #110952

Merged
merged 1 commit into from
Sep 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const DocumentCreationButtons: React.FC<Props> = ({ disabled = false }) =
<p>
<FormattedMessage
id="xpack.enterpriseSearch.appSearch.documentCreation.description"
defaultMessage="There are four ways to send documents to your engine for indexing. You can paste raw JSON, upload a {jsonCode} file, {postCode} to the {documentsApiLink} endpoint, or test drive the new Elastic Crawler (beta) to automatically index documents from a URL. Click on your choice below."
defaultMessage="There are four ways to send documents to your engine for indexing. You can paste raw JSON, upload a {jsonCode} file, {postCode} to the {documentsApiLink} endpoint, or use the new Elastic Crawler to automatically index documents from a URL. Click on your choice below."
values={{
jsonCode: <EuiCode>.json</EuiCode>,
postCode: <EuiCode>POST</EuiCode>,
Expand Down Expand Up @@ -106,17 +106,6 @@ export const DocumentCreationButtons: React.FC<Props> = ({ disabled = false }) =
)}
description=""
icon={<EuiIcon type="globe" size="xxl" color="primary" />}
betaBadgeLabel={i18n.translate(
'xpack.enterpriseSearch.appSearch.documentCreation.buttons.betaTitle',
{ defaultMessage: 'Beta' }
)}
betaBadgeTooltipContent={i18n.translate(
'xpack.enterpriseSearch.appSearch.documentCreation.buttons.betaTooltip',
{
defaultMessage:
'The Elastic Crawler is not GA. Please help us by reporting any bugs.',
}
)}
to={crawlerLink}
isDisabled={disabled}
/>
Expand Down
2 changes: 0 additions & 2 deletions x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -8208,8 +8208,6 @@
"xpack.enterpriseSearch.appSearch.documentCreation.api.example": "実行中のAPIを表示するには、コマンドラインまたはクライアントライブラリを使用して、次の要求の例で実験することができます。",
"xpack.enterpriseSearch.appSearch.documentCreation.api.title": "APIでインデックス",
"xpack.enterpriseSearch.appSearch.documentCreation.buttons.api": "API からインデックス",
"xpack.enterpriseSearch.appSearch.documentCreation.buttons.betaTitle": "ベータ",
"xpack.enterpriseSearch.appSearch.documentCreation.buttons.betaTooltip": "Elastic Crawler は GA ではありません。不具合が発生したら報告してください。",
"xpack.enterpriseSearch.appSearch.documentCreation.buttons.crawl": "Crawler を使用",
"xpack.enterpriseSearch.appSearch.documentCreation.buttons.file": "JSON ファイルのアップロード",
"xpack.enterpriseSearch.appSearch.documentCreation.buttons.text": "JSON の貼り付け",
Expand Down
2 changes: 0 additions & 2 deletions x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -8303,8 +8303,6 @@
"xpack.enterpriseSearch.appSearch.documentCreation.api.example": "要了解如何使用 API,可以在下面通过命令行或客户端库试用示例请求。",
"xpack.enterpriseSearch.appSearch.documentCreation.api.title": "按 API 索引",
"xpack.enterpriseSearch.appSearch.documentCreation.buttons.api": "从 API 索引",
"xpack.enterpriseSearch.appSearch.documentCreation.buttons.betaTitle": "公测版",
"xpack.enterpriseSearch.appSearch.documentCreation.buttons.betaTooltip": "Elastic 网络爬虫并非 GA 版。请通过报告错误来帮助我们。",
"xpack.enterpriseSearch.appSearch.documentCreation.buttons.crawl": "使用网络爬虫",
"xpack.enterpriseSearch.appSearch.documentCreation.buttons.file": "上传 JSON 文件",
"xpack.enterpriseSearch.appSearch.documentCreation.buttons.text": "粘贴 JSON",
Expand Down