Skip to content

Commit

Permalink
[Enterprise Search] Update connector tiers and licenses (#164869)
Browse files Browse the repository at this point in the history
## Summary

Updated License and Tier requirements for the connectors.

![Screenshot 2023-08-25 at 18 30
55](https://github.com/elastic/kibana/assets/1410658/7ea0d1b7-770a-4feb-8130-a80cec8a38e8)
![Screenshot 2023-08-25 at 18 31
12](https://github.com/elastic/kibana/assets/1410658/d62056c4-71b8-4b5c-938f-f1ae4030fce0)
  • Loading branch information
efegurkan authored Aug 25, 2023
1 parent 6a23607 commit fbb2d0b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand All @@ -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', {
Expand Down Expand Up @@ -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', {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const CONNECTORS_DICT: Record<string, ConnectorClientSideDefinition> = {
externalAuthDocsUrl: '',
externalDocsUrl: '',
icon: CONNECTOR_ICONS.confluence_cloud,
platinumOnly: true,
},
custom: {
docsUrl: docLinks.connectors,
Expand All @@ -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,
Expand All @@ -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,
Expand Down Expand Up @@ -99,6 +104,7 @@ export const CONNECTORS_DICT: Record<string, ConnectorClientSideDefinition> = {
externalAuthDocsUrl: '',
externalDocsUrl: '',
icon: CONNECTOR_ICONS.onedrive,
platinumOnly: true,
},
oracle: {
docsUrl: docLinks.connectorsOracle,
Expand All @@ -124,6 +130,7 @@ export const CONNECTORS_DICT: Record<string, ConnectorClientSideDefinition> = {
externalAuthDocsUrl: '',
externalDocsUrl: '',
icon: CONNECTOR_ICONS.salesforce,
platinumOnly: true,
},
servicenow: {
docsUrl: docLinks.connectorsServiceNow,
Expand All @@ -150,7 +157,7 @@ export const CONNECTORS_DICT: Record<string, ConnectorClientSideDefinition> = {
externalAuthDocsUrl: '',
externalDocsUrl: '',
icon: CONNECTOR_ICONS.slack,
platinumOnly: false,
platinumOnly: true,
},
};

Expand Down

0 comments on commit fbb2d0b

Please sign in to comment.