mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Enterprise Search] Remove GitHub connector and GCS native (#161620)
## Summary This removes the GitHub connector (which is not ready yet) and moves the Google Cloud Storage connector to non-native.
This commit is contained in:
parent
ba539d7a39
commit
8228c2afc2
1 changed files with 1 additions and 12 deletions
|
@ -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',
|
||||
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue