[Enterprise Search] Update connector tiers and licenses (#164869)

## Summary

Updated License and Tier requirements for the connectors.

![Screenshot 2023-08-25 at 18 30
55](7ea0d1b7-770a-4feb-8130-a80cec8a38e8)
![Screenshot 2023-08-25 at 18 31
12](d62056c4-71b8-4b5c-938f-f1ae4030fce0)
This commit is contained in:
Efe Gürkan YALAMAN 2023-08-25 21:09:17 +02:00 committed by GitHub
parent 6a23607fc4
commit fbb2d0bfeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 4 deletions

View file

@ -30,7 +30,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
},
{
iconPath: 'confluence_cloud.svg',
isBeta: true,
isBeta: false,
isNative: true,
keywords: ['confluence', 'cloud', 'connector'],
name: i18n.translate('xpack.enterpriseSearch.content.nativeConnectors.confluence.name', {
@ -51,7 +51,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
},
{
iconPath: 'jira_cloud.svg',
isBeta: true,
isBeta: false,
isNative: true,
keywords: ['jira', 'cloud', 'connector'],
name: i18n.translate('xpack.enterpriseSearch.content.nativeConnectors.jira.name', {
@ -121,7 +121,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
},
{
iconPath: 'network_drive.svg',
isBeta: true,
isBeta: false,
isNative: true,
keywords: ['network', 'drive', 'file', 'directory', 'connector'],
name: i18n.translate('xpack.enterpriseSearch.content.nativeConnectors.networkDrive.name', {

View file

@ -27,6 +27,7 @@ export const CONNECTORS_DICT: Record<string, ConnectorClientSideDefinition> = {
externalAuthDocsUrl: '',
externalDocsUrl: '',
icon: CONNECTOR_ICONS.confluence_cloud,
platinumOnly: true,
},
custom: {
docsUrl: docLinks.connectors,
@ -45,12 +46,14 @@ export const CONNECTORS_DICT: Record<string, ConnectorClientSideDefinition> = {
externalAuthDocsUrl: '',
externalDocsUrl: '',
icon: CONNECTOR_ICONS.github,
platinumOnly: true,
},
gmail: {
docsUrl: docLinks.connectorsGmail,
externalAuthDocsUrl: '',
externalDocsUrl: '',
icon: CONNECTOR_ICONS.gmail,
platinumOnly: true,
},
google_cloud_storage: {
docsUrl: docLinks.connectorsGoogleCloudStorage,
@ -63,12 +66,14 @@ export const CONNECTORS_DICT: Record<string, ConnectorClientSideDefinition> = {
externalAuthDocsUrl: 'https://cloud.google.com/iam/docs/service-account-overview',
externalDocsUrl: 'https://developers.google.com/drive',
icon: CONNECTOR_ICONS.google_drive,
platinumOnly: true,
},
jira: {
docsUrl: docLinks.connectorsJira,
externalAuthDocsUrl: '',
externalDocsUrl: '',
icon: CONNECTOR_ICONS.jira_cloud,
platinumOnly: true,
},
mongodb: {
docsUrl: docLinks.connectorsMongoDB,
@ -99,6 +104,7 @@ export const CONNECTORS_DICT: Record<string, ConnectorClientSideDefinition> = {
externalAuthDocsUrl: '',
externalDocsUrl: '',
icon: CONNECTOR_ICONS.onedrive,
platinumOnly: true,
},
oracle: {
docsUrl: docLinks.connectorsOracle,
@ -124,6 +130,7 @@ export const CONNECTORS_DICT: Record<string, ConnectorClientSideDefinition> = {
externalAuthDocsUrl: '',
externalDocsUrl: '',
icon: CONNECTOR_ICONS.salesforce,
platinumOnly: true,
},
servicenow: {
docsUrl: docLinks.connectorsServiceNow,
@ -150,7 +157,7 @@ export const CONNECTORS_DICT: Record<string, ConnectorClientSideDefinition> = {
externalAuthDocsUrl: '',
externalDocsUrl: '',
icon: CONNECTOR_ICONS.slack,
platinumOnly: false,
platinumOnly: true,
},
};