Skip to content

Commit

Permalink
[Search] Update connectors doc links & find/replace terms (elastic#19…
Browse files Browse the repository at this point in the history
…4423)

## Summary 

- Update doc links now that connectors live in the Elasticsearch guide
- Update terms:
  - Native connectors -> _Elastic managed connectors_
  - Connector clients -> _Self-managed connectors_
  • Loading branch information
leemthompo authored Oct 1, 2024
1 parent ea98506 commit ddab54f
Show file tree
Hide file tree
Showing 19 changed files with 91 additions and 76 deletions.
70 changes: 35 additions & 35 deletions packages/kbn-doc-links/src/get_doc_links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,39 +160,39 @@ export const getDocLinks = ({ kibanaBranch, buildFlavor }: GetDocLinkOptions): D
buildConnector: `${ENTERPRISE_SEARCH_DOCS}build-connector.html`,
bulkApi: `${ELASTICSEARCH_DOCS}docs-bulk.html`,
configuration: `${ENTERPRISE_SEARCH_DOCS}configuration.html`,
connectors: `${ENTERPRISE_SEARCH_DOCS}connectors.html`,
connectorsClientDeploy: `${ENTERPRISE_SEARCH_DOCS}deploy-connector-client.html`,
connectorsMappings: `${ENTERPRISE_SEARCH_DOCS}connectors-usage.html#connectors-usage-index-create-configure-existing-index`,
connectorsAzureBlobStorage: `${ENTERPRISE_SEARCH_DOCS}connectors-azure-blob.html`,
connectorsBox: `${ENTERPRISE_SEARCH_DOCS}connectors-box.html`,
connectorsClients: `${ENTERPRISE_SEARCH_DOCS}connectors.html#connectors-build`,
connectorsConfluence: `${ENTERPRISE_SEARCH_DOCS}connectors-confluence.html`,
connectorsDropbox: `${ENTERPRISE_SEARCH_DOCS}connectors-dropbox.html`,
connectorsContentExtraction: `${ENTERPRISE_SEARCH_DOCS}connectors-content-extraction.html`,
connectorsGithub: `${ENTERPRISE_SEARCH_DOCS}connectors-github.html`,
connectorsGmail: `${ENTERPRISE_SEARCH_DOCS}connectors-gmail.html`,
connectorsGoogleCloudStorage: `${ENTERPRISE_SEARCH_DOCS}connectors-google-cloud.html`,
connectorsGoogleDrive: `${ENTERPRISE_SEARCH_DOCS}connectors-google-drive.html`,
connectorsJira: `${ENTERPRISE_SEARCH_DOCS}connectors-jira.html`,
connectorsMicrosoftSQL: `${ENTERPRISE_SEARCH_DOCS}connectors-ms-sql.html`,
connectorsMongoDB: `${ENTERPRISE_SEARCH_DOCS}connectors-mongodb.html`,
connectorsMySQL: `${ENTERPRISE_SEARCH_DOCS}connectors-mysql.html`,
connectorsNative: `${ENTERPRISE_SEARCH_DOCS}connectors.html#connectors-native`,
connectorsNetworkDrive: `${ENTERPRISE_SEARCH_DOCS}connectors-network-drive.html`,
connectorsNotion: `${ENTERPRISE_SEARCH_DOCS}connectors-notion.html`,
connectorsOneDrive: `${ENTERPRISE_SEARCH_DOCS}connectors-onedrive.html`,
connectorsOracle: `${ENTERPRISE_SEARCH_DOCS}connectors-oracle.html`,
connectorsOutlook: `${ENTERPRISE_SEARCH_DOCS}connectors-outlook.html`,
connectorsPostgreSQL: `${ENTERPRISE_SEARCH_DOCS}connectors-postgresql.html`,
connectorsRedis: `${ENTERPRISE_SEARCH_DOCS}connectors-redis.html`,
connectorsS3: `${ENTERPRISE_SEARCH_DOCS}connectors-s3.html`,
connectorsSalesforce: `${ENTERPRISE_SEARCH_DOCS}connectors-salesforce.html`,
connectorsServiceNow: `${ENTERPRISE_SEARCH_DOCS}connectors-servicenow.html`,
connectorsSharepoint: `${ENTERPRISE_SEARCH_DOCS}connectors-sharepoint.html`,
connectorsSharepointOnline: `${ENTERPRISE_SEARCH_DOCS}connectors-sharepoint-online.html`,
connectorsSlack: `${ENTERPRISE_SEARCH_DOCS}connectors-slack.html`,
connectorsTeams: `${ENTERPRISE_SEARCH_DOCS}connectors-teams.html`,
connectorsZoom: `${ENTERPRISE_SEARCH_DOCS}connectors-zoom.html`,
connectors: `${ELASTICSEARCH_DOCS}es-connectors.html`,
connectorsClientDeploy: `${ELASTICSEARCH_DOCS}es-build-connector.html#es-connectors-deploy-connector-service`,
connectorsMappings: `${ELASTICSEARCH_DOCS}es-connectors-usage.html#es-connectors-usage-index-create-configure-existing-index`,
connectorsAzureBlobStorage: `${ELASTICSEARCH_DOCS}es-connectors-azure-blob.html`,
connectorsBox: `${ELASTICSEARCH_DOCS}es-connectors-box.html`,
connectorsClients: `${ELASTICSEARCH_DOCS}es-connectors.html#es-connectors-build`,
connectorsConfluence: `${ELASTICSEARCH_DOCS}es-connectors-confluence.html`,
connectorsDropbox: `${ELASTICSEARCH_DOCS}es-connectors-dropbox.html`,
connectorsContentExtraction: `${ELASTICSEARCH_DOCS}es-connectors-content-extraction.html`,
connectorsGithub: `${ELASTICSEARCH_DOCS}es-connectors-github.html`,
connectorsGmail: `${ELASTICSEARCH_DOCS}es-connectors-gmail.html`,
connectorsGoogleCloudStorage: `${ELASTICSEARCH_DOCS}es-connectors-google-cloud.html`,
connectorsGoogleDrive: `${ELASTICSEARCH_DOCS}es-connectors-google-drive.html`,
connectorsJira: `${ELASTICSEARCH_DOCS}es-connectors-jira.html`,
connectorsMicrosoftSQL: `${ELASTICSEARCH_DOCS}es-connectors-ms-sql.html`,
connectorsMongoDB: `${ELASTICSEARCH_DOCS}es-connectors-mongodb.html`,
connectorsMySQL: `${ELASTICSEARCH_DOCS}es-connectors-mysql.html`,
connectorsNative: `${ELASTICSEARCH_DOCS}es-connectors.html#es-connectors-native`,
connectorsNetworkDrive: `${ELASTICSEARCH_DOCS}es-connectors-network-drive.html`,
connectorsNotion: `${ELASTICSEARCH_DOCS}es-connectors-notion.html`,
connectorsOneDrive: `${ELASTICSEARCH_DOCS}es-connectors-onedrive.html`,
connectorsOracle: `${ELASTICSEARCH_DOCS}es-connectors-oracle.html`,
connectorsOutlook: `${ELASTICSEARCH_DOCS}es-connectors-outlook.html`,
connectorsPostgreSQL: `${ELASTICSEARCH_DOCS}es-connectors-postgresql.html`,
connectorsRedis: `${ELASTICSEARCH_DOCS}es-connectors-redis.html`,
connectorsS3: `${ELASTICSEARCH_DOCS}es-connectors-s3.html`,
connectorsSalesforce: `${ELASTICSEARCH_DOCS}es-connectors-salesforce.html`,
connectorsServiceNow: `${ELASTICSEARCH_DOCS}es-connectors-servicenow.html`,
connectorsSharepoint: `${ELASTICSEARCH_DOCS}es-connectors-sharepoint.html`,
connectorsSharepointOnline: `${ELASTICSEARCH_DOCS}es-connectors-sharepoint-online.html`,
connectorsSlack: `${ELASTICSEARCH_DOCS}es-connectors-slack.html`,
connectorsTeams: `${ELASTICSEARCH_DOCS}es-connectors-teams.html`,
connectorsZoom: `${ELASTICSEARCH_DOCS}es-connectors-zoom.html`,
crawlerExtractionRules: `${ENTERPRISE_SEARCH_DOCS}crawler-extraction-rules.html`,
crawlerManaging: `${ENTERPRISE_SEARCH_DOCS}crawler-managing.html`,
crawlerOverview: `${ENTERPRISE_SEARCH_DOCS}crawler.html`,
Expand Down Expand Up @@ -224,8 +224,8 @@ export const getDocLinks = ({ kibanaBranch, buildFlavor }: GetDocLinkOptions): D
semanticTextField: `${ELASTICSEARCH_DOCS}semantic-text.html`,
start: `${ENTERPRISE_SEARCH_DOCS}start.html`,
supportedNlpModels: `${MACHINE_LEARNING_DOCS}ml-nlp-model-ref.html`,
syncRules: `${ENTERPRISE_SEARCH_DOCS}sync-rules.html`,
syncRulesAdvanced: `${ENTERPRISE_SEARCH_DOCS}sync-rules.html#sync-rules-advanced`,
syncRules: `${ELASTICSEARCH_DOCS}es-sync-rules.html`,
syncRulesAdvanced: `${ELASTICSEARCH_DOCS}es-sync-rules.html#es-sync-rules-advanced`,
trainedModels: `${MACHINE_LEARNING_DOCS}ml-trained-models.html`,
textEmbedding: `${MACHINE_LEARNING_DOCS}ml-nlp-model-ref.html#ml-nlp-model-ref-text-embedding`,
troubleshootSetup: `${ENTERPRISE_SEARCH_DOCS}troubleshoot-setup.html`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ export const ConnectorConfiguration: React.FC = () => {
{connector.is_native
? i18n.translate(
'xpack.enterpriseSearch.content.connector_detail.configurationConnector.badgeType.nativeConnector',
{ defaultMessage: 'Native connector' }
{ defaultMessage: 'Elastic managed connector' }
)
: i18n.translate(
'xpack.enterpriseSearch.content.connector_detail.configurationConnector.badgeType.connectorClient',
{ defaultMessage: 'Connector client' }
{ defaultMessage: 'Self-managed connector' }
)}
</EuiBadge>
</EuiFlexItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ export const NativeConnectorConfiguration: React.FC = () => {
{connector.is_native
? i18n.translate(
'xpack.enterpriseSearch.content.connector_detail.configurationConnector.badgeType.nativeConnector',
{ defaultMessage: 'Native connector' }
{ defaultMessage: 'Elastic managed connector' }
)
: i18n.translate(
'xpack.enterpriseSearch.content.connector_detail.configurationConnector.badgeType.connectorClient',
{ defaultMessage: 'Connector client' }
{ defaultMessage: 'Self-managed connector' }
)}
</EuiBadge>
</EuiFlexItem>
Expand All @@ -132,7 +132,7 @@ export const NativeConnectorConfiguration: React.FC = () => {
'xpack.enterpriseSearch.content.indices.configurationConnector.nativeConnector.entSearchWarning.text',
{
defaultMessage:
'Native connectors require a running Enterprise Search instance to sync content from source.',
'Elastic managed connectors require a running Enterprise Search instance.',
}
)}
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ export const ConnectorDetailOverview: React.FC = () => {
title={i18n.translate(
'xpack.enterpriseSearch.content.connectors.overview.nativeCloudCallout.title',
{
defaultMessage: 'Native connectors are no longer supported outside Elastic Cloud',
defaultMessage:
'Elastic managed connectors (formerly native connectors) are no longer supported outside Elastic Cloud',
}
)}
>
Expand All @@ -176,7 +177,7 @@ export const ConnectorDetailOverview: React.FC = () => {
<p>
<FormattedMessage
id="xpack.enterpriseSearch.content.connectors.overview.nativeCloudCallout.content"
defaultMessage="Convert it to a {link}, to be self-managed on your own infrastructure. Native connectors are available only in your Elastic Cloud deployment."
defaultMessage="Convert it to a {link}, to be self-hosted on your own infrastructure. Elastic managed connectors are available only in your Elastic Cloud deployment."
values={{
link: (
<EuiLink
Expand All @@ -187,7 +188,7 @@ export const ConnectorDetailOverview: React.FC = () => {
>
{i18n.translate(
'xpack.enterpriseSearch.content.connectors.overview.nativeCloudCallout.connectorClient',
{ defaultMessage: 'connector client' }
{ defaultMessage: 'self-managed connector' }
)}
</EuiLink>
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const Connectors: React.FC<ConnectorsProps> = ({ isCrawler }) => {
{i18n.translate(
'xpack.enterpriseSearch.connectors.newNativeConnectorButtonLabel',
{
defaultMessage: 'New Native Connector',
defaultMessage: 'New Elastic managed Connector',
}
)}
</EuiContextMenuItem>,
Expand All @@ -176,7 +176,7 @@ export const Connectors: React.FC<ConnectorsProps> = ({ isCrawler }) => {
>
{i18n.translate(
'xpack.enterpriseSearch.connectors.newConnectorsClientButtonLabel',
{ defaultMessage: 'New Connector Client' }
{ defaultMessage: 'New Self-managed Connector' }
)}
</EuiContextMenuItem>,
]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export const ConnectorCheckable: React.FC<ConnectorCheckableProps> = ({
'xpack.enterpriseSearch.content.newIndex.selectConnector.openNativePopoverLabel',
{
defaultMessage:
'Open popover with information about native connectors',
'Open popover with information about Elastic managed connectors',
}
)}
iconType="questionInCircle"
Expand Down Expand Up @@ -220,7 +220,7 @@ export const ConnectorCheckable: React.FC<ConnectorCheckableProps> = ({
>
{i18n.translate(
'xpack.enterpriseSearch.connectorCheckable.setupANativeConnectorContextMenuItemLabel',
{ defaultMessage: 'Setup a Native Connector' }
{ defaultMessage: 'Set up an Elastic managed connector' }
)}
</EuiContextMenuItem>,
<EuiSpacer key="spacer" size="s" />,
Expand All @@ -233,7 +233,7 @@ export const ConnectorCheckable: React.FC<ConnectorCheckableProps> = ({
>
{i18n.translate(
'xpack.enterpriseSearch.connectorCheckable.setupAConnectorClientContextMenuItemLabel',
{ defaultMessage: 'Setup a Connector Client' }
{ defaultMessage: 'Set up a self-managed connector' }
)}
</EuiContextMenuItem>,
]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ export const ConnectorDescriptionBadge: React.FC<ConnectorDescriptionBadgeProps>
>
{isNative
? i18n.translate('xpack.enterpriseSearch.selectConnector.nativeBadgeLabel', {
defaultMessage: 'Native',
defaultMessage: 'Elastic managed',
})
: i18n.translate('xpack.enterpriseSearch.selectConnector.connectorClientBadgeLabel', {
defaultMessage: 'Connector client',
defaultMessage: 'Self-managed',
})}
</EuiBadge>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const NativePopover: React.FC<NativePopoverProps> = ({
'xpack.enterpriseSearch.content.newIndex.selectConnectore.nativePopover.description',
{
defaultMessage:
'Native connectors are hosted on Elastic Cloud. Get started with a free 14-day trial.',
'Elastic managed connectors are hosted on Elastic Cloud. Get started with a free 14-day trial.',
}
)}
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ export const SelectConnector: React.FC = () => {
description: i18n.translate(
'xpack.enterpriseSearch.content.indices.selectConnector.description',
{
defaultMessage: "Choose which third-party data source you'd like to sync to Elastic.",
defaultMessage:
"Select which third-party data source you'd like to sync to Elastic. All data sources are supported by self-managed connectors. Check the availability for Elastic managed connectors by using the filters.",
}
),
pageTitle: i18n.translate('xpack.enterpriseSearch.content.indices.selectConnector.title', {
Expand Down Expand Up @@ -161,7 +162,7 @@ export const SelectConnector: React.FC = () => {
{i18n.translate(
'xpack.enterpriseSearch.content.indices.selectConnector.nativeLabel',
{
defaultMessage: 'Native connectors',
defaultMessage: 'Elastic managed',
}
)}
</EuiFacetButton>
Expand All @@ -177,7 +178,7 @@ export const SelectConnector: React.FC = () => {
{i18n.translate(
'xpack.enterpriseSearch.content.indices.selectConnector.connectorClients',
{
defaultMessage: 'Connector clients',
defaultMessage: 'Self-managed',
}
)}
</EuiFacetButton>
Expand All @@ -193,7 +194,7 @@ export const SelectConnector: React.FC = () => {
{i18n.translate(
'xpack.enterpriseSearch.content.indices.selectConnector.nativeLabel',
{
defaultMessage: 'Native connectors',
defaultMessage: 'Elastic managed',
}
)}
</EuiFacetButton>
Expand Down Expand Up @@ -234,7 +235,7 @@ export const SelectConnector: React.FC = () => {
<h4>
{i18n.translate(
'xpack.enterpriseSearch.selectConnector.nativeConnectorsTitleLabel',
{ defaultMessage: 'Native connectors' }
{ defaultMessage: 'Elastic managed connectors' }
)}
</h4>
</EuiTitle>
Expand All @@ -249,7 +250,7 @@ export const SelectConnector: React.FC = () => {
'xpack.enterpriseSearch.selectConnector.p.areAvailableDirectlyWithinLabel',
{
defaultMessage:
'Available directly within Elastic Cloud deployments. No additional infrastructure is required. You can also convert native connectors to self-hosted connector clients.',
'Available directly within Elastic Cloud deployments. No additional infrastructure is required. You can also convert Elastic managed connectors to self-managed connectors.',
}
)}
</p>
Expand All @@ -268,7 +269,7 @@ export const SelectConnector: React.FC = () => {
<h4>
{i18n.translate(
'xpack.enterpriseSearch.selectConnector.h4.connectorClientsLabel',
{ defaultMessage: 'Connector clients' }
{ defaultMessage: 'Self-managed connectors' }
)}
</h4>
</EuiTitle>
Expand All @@ -283,7 +284,7 @@ export const SelectConnector: React.FC = () => {
'xpack.enterpriseSearch.selectConnector.p.deployConnectorsOnYourLabel',
{
defaultMessage:
'Deploy connectors on your own infrastructure. You can also customize existing connector clients, or build your own using our connector framework.',
'Deploy connectors on your own infrastructure. You can also customize existing self-managed connectors, or build your own using our connector framework.',
}
)}
</p>
Expand Down Expand Up @@ -363,7 +364,7 @@ export const SelectConnector: React.FC = () => {
<p>
<FormattedMessage
id="xpack.enterpriseSearch.content.indices.selectConnector.cloudCallout.description"
defaultMessage="Native connectors are hosted on Elastic Cloud. Get started with a free 14-day trial."
defaultMessage="Elastic managed connectors are hosted on Elastic Cloud. Get started with a free 14-day trial."
/>
</p>
<EuiButton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const getConnectorModeBadge = (isNative?: boolean) => {
<EuiBadge iconSide="right">
<FormattedMessage
id="xpack.enterpriseSearch.getConnectorTypeBadge.nativeBadgeLabel"
defaultMessage="Native connector"
defaultMessage="Elastic managed connector"
/>
</EuiBadge>
);
Expand All @@ -161,7 +161,7 @@ const getConnectorModeBadge = (isNative?: boolean) => {
return (
<EuiBadge iconSide="right">
{i18n.translate('xpack.enterpriseSearch.getConnectorTypeBadge.connectorClientBadgeLabel', {
defaultMessage: 'Connector client',
defaultMessage: 'Self-managed',
})}
</EuiBadge>
);
Expand Down
Loading

0 comments on commit ddab54f

Please sign in to comment.