Update Workplace Search integration categories (#117036) (#117202)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Vadim Yakhin <yakhin.v@gmail.com>
This commit is contained in:
Kibana Machine 2021-11-02 16:05:02 -04:00 committed by GitHub
parent 115b0b730b
commit cd5e7998a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 25 deletions

View file

@ -40,16 +40,11 @@ export const INTEGRATION_CATEGORY_DISPLAY = {
web: 'Web',
// Kibana added
communication: 'Communication',
customer_support: 'Customer Support',
document_storage: 'Document Storage',
enterprise_management: 'Enterprise Management',
knowledge_platform: 'Knowledge Platform',
communications: 'Communications',
file_storage: 'File storage',
language_client: 'Language client',
project_management: 'Project Management',
software_development: 'Software Development',
upload_file: 'Upload a file',
website_search: 'Website Search',
website_search: 'Website search',
};
/**

View file

@ -30,7 +30,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
defaultMessage: 'Search over your files and folders stored on Box with Workplace Search.',
}
),
categories: ['document_storage'],
categories: ['file_storage'],
},
{
id: 'confluence_cloud',
@ -47,7 +47,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
'Search over your organizational content on Confluence Cloud with Workplace Search.',
}
),
categories: ['knowledge_platform'],
categories: ['productivity'],
},
{
id: 'confluence_server',
@ -64,7 +64,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
'Search over your organizational content on Confluence Server with Workplace Search.',
}
),
categories: ['knowledge_platform'],
categories: ['productivity'],
},
{
id: 'dropbox',
@ -78,7 +78,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
'Search over your files and folders stored on Dropbox with Workplace Search.',
}
),
categories: ['document_storage'],
categories: ['file_storage'],
},
{
id: 'github',
@ -91,7 +91,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
defaultMessage: 'Search over your projects and repos on GitHub with Workplace Search.',
}
),
categories: ['software_development'],
categories: ['productivity'],
},
{
id: 'github_enterprise_server',
@ -108,7 +108,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
'Search over your projects and repos on GitHub Enterprise Server with Workplace Search.',
}
),
categories: ['software_development'],
categories: ['productivity'],
},
{
id: 'gmail',
@ -121,7 +121,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
defaultMessage: 'Search over your emails managed by Gmail with Workplace Search.',
}
),
categories: ['communication'],
categories: ['communications'],
},
{
id: 'google_drive',
@ -134,7 +134,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
defaultMessage: 'Search over your documents on Google Drive with Workplace Search.',
}
),
categories: ['document_storage'],
categories: ['file_storage'],
},
{
id: 'jira_cloud',
@ -147,7 +147,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
defaultMessage: 'Search over your project workflow on Jira Cloud with Workplace Search.',
}
),
categories: ['project_management'],
categories: ['productivity'],
},
{
id: 'jira_server',
@ -160,7 +160,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
defaultMessage: 'Search over your project workflow on Jira Server with Workplace Search.',
}
),
categories: ['project_management'],
categories: ['productivity'],
},
{
id: 'onedrive',
@ -173,7 +173,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
defaultMessage: 'Search over your files stored on OneDrive with Workplace Search.',
}
),
categories: ['document_storage'],
categories: ['file_storage'],
uiInternalPath: '/app/enterprise_search/workplace_search/sources/add/one_drive',
},
{
@ -187,7 +187,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
defaultMessage: 'Search over your content on Salesforce with Workplace Search.',
}
),
categories: ['crm'],
categories: ['productivity'],
},
{
id: 'salesforce_sandbox',
@ -203,7 +203,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
defaultMessage: 'Search over your content on Salesforce Sandbox with Workplace Search.',
}
),
categories: ['crm'],
categories: ['productivity'],
},
{
id: 'servicenow',
@ -216,7 +216,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
defaultMessage: 'Search over your content on ServiceNow with Workplace Search.',
}
),
categories: ['enterprise_management'],
categories: ['productivity'],
},
{
id: 'sharepoint_online',
@ -232,7 +232,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
defaultMessage: 'Search over your files stored on SharePoint Online with Workplace Search.',
}
),
categories: ['document_storage'],
categories: ['file_storage'],
uiInternalPath: '/app/enterprise_search/workplace_search/sources/add/share_point',
},
{
@ -246,7 +246,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
defaultMessage: 'Search over your messages on Slack with Workplace Search.',
}
),
categories: ['communication'],
categories: ['communications'],
},
{
id: 'zendesk',
@ -259,7 +259,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
defaultMessage: 'Search over your tickets on Zendesk with Workplace Search.',
}
),
categories: ['customer_support'],
categories: ['communications'],
},
{
id: 'custom_api_source',