Skip to content

Commit

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

# Backport

This will backport the following commits from `main` to `8.10`:
- [[Enterprise Search] Update connector tiers and licenses
(#164869)](#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":"[email protected]"},"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![Screenshot 2023-08-25 at 18
30\r\n55](https://github.com/elastic/kibana/assets/1410658/7ea0d1b7-770a-4feb-8130-a80cec8a38e8)\r\n![Screenshot
2023-08-25 at 18
31\r\n12](https://github.com/elastic/kibana/assets/1410658/d62056c4-71b8-4b5c-938f-f1ae4030fce0)","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![Screenshot 2023-08-25 at 18
30\r\n55](https://github.com/elastic/kibana/assets/1410658/7ea0d1b7-770a-4feb-8130-a80cec8a38e8)\r\n![Screenshot
2023-08-25 at 18
31\r\n12](https://github.com/elastic/kibana/assets/1410658/d62056c4-71b8-4b5c-938f-f1ae4030fce0)","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![Screenshot 2023-08-25 at 18
30\r\n55](https://github.com/elastic/kibana/assets/1410658/7ea0d1b7-770a-4feb-8130-a80cec8a38e8)\r\n![Screenshot
2023-08-25 at 18
31\r\n12](https://github.com/elastic/kibana/assets/1410658/d62056c4-71b8-4b5c-938f-f1ae4030fce0)","sha":"fbb2d0bfeb721e00a9883e430fd4b49f19feb859"}}]}]
BACKPORT-->

Co-authored-by: Efe Gürkan YALAMAN <[email protected]>
  • Loading branch information
kibanamachine and efegurkan authored Aug 25, 2023
1 parent ccb391c commit 15be474
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 15be474

Please sign in to comment.