[8.11] [Enterprise Search] Update connector license and availability (#168443) (#168504)

# Backport

This will backport the following commits from `main` to `8.11`:
- [[Enterprise Search] Update connector license and availability
(#168443)](https://github.com/elastic/kibana/pull/168443)

<!--- 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-10-10T16:17:23Z","message":"[Enterprise
Search] Update connector license and availability (#168443)\n\n##
Summary\r\n\r\nUpdate connectors to promote to GA.\r\n\r\n- GitHub,
ServiceNow and Dropbox is
updated.\r\n\r\n\r\n724aef4a-1fb9-483b-abdc-5dc2668ce497\r\n\r\n<img
width=\"1320\" alt=\"Screenshot 2023-10-10 at 11 29
32\"\r\nsrc=\"7b177831-7cbf-4b91-8e3a-af0a057985cb\">\r\n\r\nCo-authored-by:
Kibana Machine
<42973632+kibanamachine@users.noreply.github.com>","sha":"20fe8e41530122fb1d1dc1201178a9d850981ef2","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:EnterpriseSearch","v8.11.0","v8.12.0"],"number":168443,"url":"https://github.com/elastic/kibana/pull/168443","mergeCommit":{"message":"[Enterprise
Search] Update connector license and availability (#168443)\n\n##
Summary\r\n\r\nUpdate connectors to promote to GA.\r\n\r\n- GitHub,
ServiceNow and Dropbox is
updated.\r\n\r\n\r\n724aef4a-1fb9-483b-abdc-5dc2668ce497\r\n\r\n<img
width=\"1320\" alt=\"Screenshot 2023-10-10 at 11 29
32\"\r\nsrc=\"7b177831-7cbf-4b91-8e3a-af0a057985cb\">\r\n\r\nCo-authored-by:
Kibana Machine
<42973632+kibanamachine@users.noreply.github.com>","sha":"20fe8e41530122fb1d1dc1201178a9d850981ef2"}},"sourceBranch":"main","suggestedTargetBranches":["8.11"],"targetPullRequestStates":[{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/168443","number":168443,"mergeCommit":{"message":"[Enterprise
Search] Update connector license and availability (#168443)\n\n##
Summary\r\n\r\nUpdate connectors to promote to GA.\r\n\r\n- GitHub,
ServiceNow and Dropbox is
updated.\r\n\r\n\r\n724aef4a-1fb9-483b-abdc-5dc2668ce497\r\n\r\n<img
width=\"1320\" alt=\"Screenshot 2023-10-10 at 11 29
32\"\r\nsrc=\"7b177831-7cbf-4b91-8e3a-af0a057985cb\">\r\n\r\nCo-authored-by:
Kibana Machine
<42973632+kibanamachine@users.noreply.github.com>","sha":"20fe8e41530122fb1d1dc1201178a9d850981ef2"}}]}]
BACKPORT-->

Co-authored-by: Efe Gürkan YALAMAN <efeguerkan.yalaman@elastic.co>
This commit is contained in:
Kibana Machine 2023-10-10 14:00:07 -04:00 committed by GitHub
parent fc9892165d
commit 28044e6d8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -45,7 +45,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
},
{
iconPath: 'dropbox.svg',
isBeta: true,
isBeta: false,
isNative: true,
isTechPreview: false,
keywords: ['dropbox', 'connector'],
@ -66,7 +66,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
},
{
iconPath: 'github.svg',
isBeta: true,
isBeta: false,
isNative: true,
keywords: ['github', 'cloud', 'connector'],
name: i18n.translate('searchConnectors.content.nativeConnectors.github.name', {
@ -157,7 +157,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
},
{
iconPath: 'servicenow.svg',
isBeta: true,
isBeta: false,
isNative: true,
isTechPreview: false,
keywords: ['servicenow', 'cloud', 'connector'],

View file

@ -47,6 +47,7 @@ export const CONNECTORS_DICT: Record<string, ConnectorClientSideDefinition> = {
externalAuthDocsUrl: '',
externalDocsUrl: '',
icon: CONNECTOR_ICONS.dropbox,
platinumOnly: true,
},
github: {
docsUrl: docLinks.connectorsGithub,
@ -152,6 +153,7 @@ export const CONNECTORS_DICT: Record<string, ConnectorClientSideDefinition> = {
externalAuthDocsUrl: '',
externalDocsUrl: '',
icon: CONNECTOR_ICONS.servicenow,
platinumOnly: true,
},
sharepoint_server: {
docsUrl: docLinks.connectorsSharepoint,