Skip to content

Commit

Permalink
[Enterprise Search] Add network drive, confluence, jira, azure blob s…
Browse files Browse the repository at this point in the history
…torage as native (elastic#160309)

This adds Network Drive, Confluence, Jira and Azure Blob Storage as
native connectors.
  • Loading branch information
sphilipse authored Jun 23, 2023
1 parent 2209d5f commit 5e72c03
Show file tree
Hide file tree
Showing 7 changed files with 776 additions and 130 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
{
iconPath: 'azure_blob_storage.svg',
isBeta: true,
isNative: false,
isNative: true,
keywords: ['cloud', 'azure', 'blob', 's3', 'connector'],
name: i18n.translate('xpack.enterpriseSearch.content.nativeConnectors.azureBlob.name', {
defaultMessage: 'Azure Blob Storage',
Expand All @@ -71,7 +71,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
{
iconPath: 'confluence_cloud.svg',
isBeta: true,
isNative: false,
isNative: true,
keywords: ['confluence', 'cloud', 'connector'],
name: i18n.translate('xpack.enterpriseSearch.content.nativeConnectors.confluence.name', {
defaultMessage: 'Confluence Cloud & Server',
Expand All @@ -91,7 +91,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
{
iconPath: 'jira_cloud.svg',
isBeta: true,
isNative: false,
isNative: true,
keywords: ['jira', 'cloud', 'connector'],
name: i18n.translate('xpack.enterpriseSearch.content.nativeConnectors.jira.name', {
defaultMessage: 'Jira Cloud & Server',
Expand All @@ -101,7 +101,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
{
iconPath: 'network_drive.svg',
isBeta: true,
isNative: false,
isNative: true,
keywords: ['network', 'drive', 'file', 'directory', 'connector'],
name: i18n.translate('xpack.enterpriseSearch.content.nativeConnectors.networkDrive.name', {
defaultMessage: 'Network drive',
Expand Down
Loading

0 comments on commit 5e72c03

Please sign in to comment.