mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Update paths for custom api source integrations (#134913)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
c432a22d67
commit
1455107797
1 changed files with 5 additions and 5 deletions
|
@ -175,7 +175,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
|
|||
}
|
||||
),
|
||||
categories: ['enterprise_search', 'file_storage'],
|
||||
uiInternalPath: '/app/enterprise_search/workplace_search/sources/add/network_drive',
|
||||
uiInternalPath: '/app/enterprise_search/workplace_search/sources/add/network_drive/custom',
|
||||
},
|
||||
{
|
||||
id: 'onedrive',
|
||||
|
@ -203,7 +203,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
|
|||
}
|
||||
),
|
||||
categories: ['enterprise_search', 'microsoft_365', 'communications', 'productivity'],
|
||||
uiInternalPath: '/app/enterprise_search/workplace_search/sources/add/outlook',
|
||||
uiInternalPath: '/app/enterprise_search/workplace_search/sources/add/outlook/custom',
|
||||
},
|
||||
{
|
||||
id: 'salesforce',
|
||||
|
@ -280,7 +280,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
|
|||
}
|
||||
),
|
||||
categories: ['enterprise_search', 'file_storage', 'microsoft_365'],
|
||||
uiInternalPath: '/app/enterprise_search/workplace_search/sources/add/sharepoint_server',
|
||||
uiInternalPath: '/app/enterprise_search/workplace_search/sources/add/share_point_server/custom',
|
||||
},
|
||||
{
|
||||
id: 'slack',
|
||||
|
@ -308,7 +308,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
|
|||
}
|
||||
),
|
||||
categories: ['enterprise_search', 'microsoft_365', 'communications', 'productivity'],
|
||||
uiInternalPath: '/app/enterprise_search/workplace_search/sources/add/teams',
|
||||
uiInternalPath: '/app/enterprise_search/workplace_search/sources/add/teams/custom',
|
||||
},
|
||||
{
|
||||
id: 'zendesk',
|
||||
|
@ -336,7 +336,7 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
|
|||
}
|
||||
),
|
||||
categories: ['enterprise_search', 'communications', 'productivity'],
|
||||
uiInternalPath: '/app/enterprise_search/workplace_search/sources/add/zoom',
|
||||
uiInternalPath: '/app/enterprise_search/workplace_search/sources/add/zoom/custom',
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue