Skip to content

Commit

Permalink
Remove beta tag from Crawler document ingestion card (elastic#110922) (
Browse files Browse the repository at this point in the history
…elastic#110951)

Co-authored-by: Byron Hulcher <[email protected]>
  • Loading branch information
kibanamachine and byronhulcher authored Sep 2, 2021
1 parent 3d48f4f commit 51ef514
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
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 @@ -8291,8 +8291,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 @@ -8353,8 +8353,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

0 comments on commit 51ef514

Please sign in to comment.