Skip to content

Commit

Permalink
[Enterprise Search] Remove GitHub connector and GCS native (#161620)
Browse files Browse the repository at this point in the history
## Summary

This removes the GitHub connector (which is not ready yet) and moves the
Google Cloud Storage connector to non-native.
  • Loading branch information
sphilipse authored Jul 11, 2023
1 parent ba539d7 commit 8228c2a
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions x-pack/plugins/enterprise_search/common/connectors/connectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
{
iconPath: 'google_cloud_storage.svg',
isBeta: true,
isNative: true,
isNative: false,
keywords: ['google', 'cloud', 'blob', 's3', 'connector'],
name: i18n.translate('xpack.enterpriseSearch.content.nativeConnectors.googleCloud.name', {
defaultMessage: 'Google Cloud Storage',
Expand Down Expand Up @@ -140,17 +140,6 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
}),
serviceType: 'dropbox',
},
{
iconPath: 'github.svg',
isBeta: true,
isNative: false,
isTechPreview: false,
keywords: ['github', 'cloud', 'server', 'connector'],
name: i18n.translate('xpack.enterpriseSearch.content.nativeConnectors.github.name', {
defaultMessage: 'GitHub',
}),
serviceType: 'github',
},
{
iconPath: 'oracle.svg',
isBeta: true,
Expand Down

0 comments on commit 8228c2a

Please sign in to comment.