mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
# Backport This will backport the following commits from `main` to `8.10`: - [[Enterprise Search] Update connector tiers and licenses (#164869)](https://github.com/elastic/kibana/pull/164869) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Efe Gürkan YALAMAN","email":"efeguerkan.yalaman@elastic.co"},"sourceCommit":{"committedDate":"2023-08-25T19:09:17Z","message":"[Enterprise Search] Update connector tiers and licenses (#164869)\n\n## Summary\r\n\r\nUpdated License and Tier requirements for the connectors.\r\n\r\n\r\n","sha":"fbb2d0bfeb721e00a9883e430fd4b49f19feb859","branchLabelMapping":{"^v8.11.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","ci:cloud-deploy","v8.10.0","v8.11.0"],"number":164869,"url":"https://github.com/elastic/kibana/pull/164869","mergeCommit":{"message":"[Enterprise Search] Update connector tiers and licenses (#164869)\n\n## Summary\r\n\r\nUpdated License and Tier requirements for the connectors.\r\n\r\n\r\n","sha":"fbb2d0bfeb721e00a9883e430fd4b49f19feb859"}},"sourceBranch":"main","suggestedTargetBranches":["8.10"],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.11.0","labelRegex":"^v8.11.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/164869","number":164869,"mergeCommit":{"message":"[Enterprise Search] Update connector tiers and licenses (#164869)\n\n## Summary\r\n\r\nUpdated License and Tier requirements for the connectors.\r\n\r\n\r\n","sha":"fbb2d0bfeb721e00a9883e430fd4b49f19feb859"}}]}] BACKPORT--> Co-authored-by: Efe Gürkan YALAMAN <efeguerkan.yalaman@elastic.co>
This commit is contained in:
parent
ccb391c826
commit
15be47415e
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