Skip to content

Commit

Permalink
[8.13] Fix minor problems with integrations for Enterprise Search (el…
Browse files Browse the repository at this point in the history
…astic#177570) (elastic#177688)

# Backport

This will backport the following commits from `main` to `8.13`:
- [Fix minor problems with integrations for Enterprise Search
(elastic#177570)](elastic#177570)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Artem
Shelkovnikov","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-02-23T10:28:04Z","message":"Fix
minor problems with integrations for Enterprise Search (elastic#177570)\n\n##
Summary\r\n\r\n2 problems fixed:\r\n\r\n1. Outlook integration for
Enterprise Search is not marked as Beta\r\n2. OneDrive tile in
integrations had wrong icon and URL to create a\r\nconnector (copied
from Salesforce).\r\n\r\n### For maintainers\r\n\r\n- [ ] This was
checked for breaking API changes and was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"c2b3173ab5b9f8f9c97d40901f749e8e211b2cf9","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","v8.13.0","v8.14.0"],"title":"Fix
minor problems with integrations for Enterprise
Search","number":177570,"url":"https://github.com/elastic/kibana/pull/177570","mergeCommit":{"message":"Fix
minor problems with integrations for Enterprise Search (elastic#177570)\n\n##
Summary\r\n\r\n2 problems fixed:\r\n\r\n1. Outlook integration for
Enterprise Search is not marked as Beta\r\n2. OneDrive tile in
integrations had wrong icon and URL to create a\r\nconnector (copied
from Salesforce).\r\n\r\n### For maintainers\r\n\r\n- [ ] This was
checked for breaking API changes and was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"c2b3173ab5b9f8f9c97d40901f749e8e211b2cf9"}},"sourceBranch":"main","suggestedTargetBranches":["8.13"],"targetPullRequestStates":[{"branch":"8.13","label":"v8.13.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.14.0","branchLabelMappingKey":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/177570","number":177570,"mergeCommit":{"message":"Fix
minor problems with integrations for Enterprise Search (elastic#177570)\n\n##
Summary\r\n\r\n2 problems fixed:\r\n\r\n1. Outlook integration for
Enterprise Search is not marked as Beta\r\n2. OneDrive tile in
integrations had wrong icon and URL to create a\r\nconnector (copied
from Salesforce).\r\n\r\n### For maintainers\r\n\r\n- [ ] This was
checked for breaking API changes and was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"c2b3173ab5b9f8f9c97d40901f749e8e211b2cf9"}}]}]
BACKPORT-->

Co-authored-by: Artem Shelkovnikov <[email protected]>
  • Loading branch information
kibanamachine and artem-shelkovnikov authored Feb 23, 2024
1 parent 4a0727a commit ab0d073
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions x-pack/plugins/enterprise_search/server/integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,13 +295,11 @@ export const registerEnterpriseSearchIntegrations = (
'connector_client',
],
uiInternalPath:
'/app/enterprise_search/content/search_indices/new_index/connector?service_type=salesforce',
'/app/enterprise_search/content/search_indices/new_index/connector?service_type=onedrive',
icons: [
{
type: 'svg',
src: http.basePath.prepend(
'/plugins/enterpriseSearch/assets/source_icons/salesforce_sandbox.svg'
),
src: http.basePath.prepend('/plugins/enterpriseSearch/assets/source_icons/onedrive.svg'),
},
],
shipper: 'enterprise_search',
Expand Down Expand Up @@ -977,7 +975,7 @@ export const registerEnterpriseSearchIntegrations = (
},
],
shipper: 'enterprise_search',
isBeta: false,
isBeta: true,
});

customIntegrations.registerCustomIntegration({
Expand Down

0 comments on commit ab0d073

Please sign in to comment.