Skip to content

Commit

Permalink
[Enterprise Search] Update connector license and availability (elasti…
Browse files Browse the repository at this point in the history
…c#168443)

## Summary

Update connectors to promote to GA.

- GitHub, ServiceNow and Dropbox is updated.

https://github.com/elastic/kibana/assets/1410658/724aef4a-1fb9-483b-abdc-5dc2668ce497

<img width="1320" alt="Screenshot 2023-10-10 at 11 29 32"
src="https://github.com/elastic/kibana/assets/1410658/7b177831-7cbf-4b91-8e3a-af0a057985cb">

Co-authored-by: Kibana Machine <[email protected]>
(cherry picked from commit 20fe8e4)
  • Loading branch information
efegurkan committed Oct 10, 2023
1 parent 636a833 commit dc9ade5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/kbn-search-connectors/connectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
},
{
iconPath: 'dropbox.svg',
isBeta: true,
isBeta: false,
isNative: true,
isTechPreview: false,
keywords: ['dropbox', 'connector'],
Expand All @@ -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', {
Expand Down Expand Up @@ -157,7 +157,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
},
{
iconPath: 'servicenow.svg',
isBeta: true,
isBeta: false,
isNative: true,
isTechPreview: false,
keywords: ['servicenow', 'cloud', 'connector'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const CONNECTORS_DICT: Record<string, ConnectorClientSideDefinition> = {
externalAuthDocsUrl: '',
externalDocsUrl: '',
icon: CONNECTOR_ICONS.dropbox,
platinumOnly: true,
},
github: {
docsUrl: docLinks.connectorsGithub,
Expand Down Expand Up @@ -152,6 +153,7 @@ export const CONNECTORS_DICT: Record<string, ConnectorClientSideDefinition> = {
externalAuthDocsUrl: '',
externalDocsUrl: '',
icon: CONNECTOR_ICONS.servicenow,
platinumOnly: true,
},
sharepoint_server: {
docsUrl: docLinks.connectorsSharepoint,
Expand Down

0 comments on commit dc9ade5

Please sign in to comment.