mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Enterprise Search] Update connector tiers and licenses (#164869)
## Summary Updated License and Tier requirements for the connectors.  
This commit is contained in:
parent
6a23607fc4
commit
fbb2d0bfeb
2 changed files with 11 additions and 4 deletions
|
@ -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', {
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue