Remove beta tag from Crawler document ingestion card (#110922)

This commit is contained in:
Byron Hulcher 2021-09-02 05:12:07 -04:00 committed by GitHub
parent fb77be26ea
commit f3bb942845
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 16 deletions

View file

@ -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>,
@ -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}
/>

View file

@ -7969,8 +7969,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 の貼り付け",

View file

@ -8216,8 +8216,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",