mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
# Backport This will backport the following commits from `main` to `8.10`: - [[Enterprise Search] Make network drive connector platinum (#165007)](https://github.com/elastic/kibana/pull/165007) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Navarone Feekery","email":"13634519+navarone-feekery@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-08-28T17:33:31Z","message":"[Enterprise Search] Make network drive connector platinum (#165007)\n\n## Summary\r\n\r\nChange the Network Drive connector to require a platinum license.","sha":"5724d015363d001a73aaa0c0f78b87b0e59d4849","branchLabelMapping":{"^v8.11.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:EnterpriseSearch","v8.10.0","v8.11.0"],"number":165007,"url":"https://github.com/elastic/kibana/pull/165007","mergeCommit":{"message":"[Enterprise Search] Make network drive connector platinum (#165007)\n\n## Summary\r\n\r\nChange the Network Drive connector to require a platinum license.","sha":"5724d015363d001a73aaa0c0f78b87b0e59d4849"}},"sourceBranch":"main","suggestedTargetBranches":["8.10"],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.11.0","labelRegex":"^v8.11.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/165007","number":165007,"mergeCommit":{"message":"[Enterprise Search] Make network drive connector platinum (#165007)\n\n## Summary\r\n\r\nChange the Network Drive connector to require a platinum license.","sha":"5724d015363d001a73aaa0c0f78b87b0e59d4849"}}]}] BACKPORT--> Co-authored-by: Navarone Feekery <13634519+navarone-feekery@users.noreply.github.com>
This commit is contained in:
parent
f504ce3c9b
commit
f947a2e6f0
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ export const CONNECTORS_DICT: Record<string, ConnectorClientSideDefinition> = {
|
|||
externalAuthDocsUrl: '',
|
||||
externalDocsUrl: '',
|
||||
icon: CONNECTOR_ICONS.network_drive,
|
||||
platinumOnly: true,
|
||||
},
|
||||
onedrive: {
|
||||
docsUrl: docLinks.connectorsOneDrive,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue