Skip to content

Commit

Permalink
[Enterprise Search] Kibana connector License updates. (elastic#172930)
Browse files Browse the repository at this point in the history
Following connector configurations are updated.

Azure Blob Storage
Google Cloud Storage
Postgres
MSSQL
Amazon S3
MongoDB
MySQL


<img width="1045" alt="Screenshot 2023-12-08 at 11 53 46"
src="https://github.com/elastic/kibana/assets/1410658/8269ccf3-9497-4411-bd2a-d2c11768cebc">

---------

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
efegurkan and kibanamachine authored Dec 13, 2023
1 parent 5793034 commit 5085d23
Show file tree
Hide file tree
Showing 3 changed files with 339 additions and 16 deletions.
18 changes: 9 additions & 9 deletions packages/kbn-search-connectors/connectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export interface ConnectorServerSideDefinition {
export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
{
iconPath: 'azure_blob_storage.svg',
isBeta: true,
isBeta: false,
isNative: true,
keywords: ['cloud', 'azure', 'blob', 's3', 'connector'],
name: i18n.translate('searchConnectors.content.nativeConnectors.azureBlob.name', {
Expand Down Expand Up @@ -76,8 +76,8 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
},
{
iconPath: 'google_cloud_storage.svg',
isBeta: true,
isNative: false,
isBeta: false,
isNative: true,
keywords: ['google', 'cloud', 'blob', 's3', 'connector'],
name: i18n.translate('searchConnectors.content.nativeConnectors.googleCloud.name', {
defaultMessage: 'Google Cloud Storage',
Expand Down Expand Up @@ -116,7 +116,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
},
{
iconPath: 'mssql.svg',
isBeta: true,
isBeta: false,
isNative: true,
keywords: ['mssql', 'microsoft', 'sql', 'database', 'connector'],
name: i18n.translate('searchConnectors.content.nativeConnectors.microsoftSQL.name', {
Expand All @@ -136,7 +136,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
},
{
iconPath: 'postgresql.svg',
isBeta: true,
isBeta: false,
isNative: true,
keywords: ['postgresql', 'sql', 'database', 'connector'],
name: i18n.translate('searchConnectors.content.nativeConnectors.postgresql.name', {
Expand All @@ -147,7 +147,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
{
iconPath: 'salesforce.svg',
isBeta: true,
isNative: false,
isNative: true,
isTechPreview: false,
keywords: ['salesforce', 'cloud', 'connector'],
name: i18n.translate('searchConnectors.content.nativeConnectors.salesforce.name', {
Expand Down Expand Up @@ -191,7 +191,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
{
iconPath: 'oracle.svg',
isBeta: true,
isNative: false,
isNative: true,
keywords: ['oracle', 'sql', 'database', 'connector'],
name: i18n.translate('searchConnectors.content.nativeConnectors.oracle.name', {
defaultMessage: 'Oracle',
Expand All @@ -210,8 +210,8 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
},
{
iconPath: 's3.svg',
isBeta: true,
isNative: false,
isBeta: false,
isNative: true,
keywords: ['s3', 'cloud', 'amazon', 'connector'],
name: i18n.translate('searchConnectors.content.nativeConnectors.s3.name', {
defaultMessage: 'S3',
Expand Down
Loading

0 comments on commit 5085d23

Please sign in to comment.