mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
[8.11] [Enterprise Search][Connectors] Update extraction service UI restrictions of native connectors (#169104) (#169152)
# Backport This will backport the following commits from `main` to `8.11`: - [[Enterprise Search][Connectors] Update extraction service UI restrictions of native connectors (#169104)](https://github.com/elastic/kibana/pull/169104) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jedr Blaszyk","email":"jedrazb@gmail.com"},"sourceCommit":{"committedDate":"2023-10-17T17:07:55Z","message":"[Enterprise Search][Connectors] Update extraction service UI restrictions of native connectors (#169104)","sha":"26421473f6c7594663180a23cc9cf3a8945d8d8d","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:EnterpriseSearch","v8.11.0","v8.12.0"],"number":169104,"url":"https://github.com/elastic/kibana/pull/169104","mergeCommit":{"message":"[Enterprise Search][Connectors] Update extraction service UI restrictions of native connectors (#169104)","sha":"26421473f6c7594663180a23cc9cf3a8945d8d8d"}},"sourceBranch":"main","suggestedTargetBranches":["8.11"],"targetPullRequestStates":[{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/169104","number":169104,"mergeCommit":{"message":"[Enterprise Search][Connectors] Update extraction service UI restrictions of native connectors (#169104)","sha":"26421473f6c7594663180a23cc9cf3a8945d8d8d"}}]}] BACKPORT--> Co-authored-by: Jedr Blaszyk <jedrazb@gmail.com>
This commit is contained in:
parent
84a6e65bf9
commit
96faa97f16
1 changed files with 2 additions and 2 deletions
|
@ -743,7 +743,7 @@ export const NATIVE_CONNECTOR_DEFINITIONS: Record<string, NativeConnector | unde
|
||||||
sensitive: false,
|
sensitive: false,
|
||||||
tooltip: USE_TEXT_EXTRACTION_SERVICE_TOOLTIP,
|
tooltip: USE_TEXT_EXTRACTION_SERVICE_TOOLTIP,
|
||||||
type: FieldType.BOOLEAN,
|
type: FieldType.BOOLEAN,
|
||||||
ui_restrictions: [],
|
ui_restrictions: ['advanced'],
|
||||||
validations: [],
|
validations: [],
|
||||||
value: false,
|
value: false,
|
||||||
},
|
},
|
||||||
|
@ -963,7 +963,7 @@ export const NATIVE_CONNECTOR_DEFINITIONS: Record<string, NativeConnector | unde
|
||||||
sensitive: false,
|
sensitive: false,
|
||||||
tooltip: USE_TEXT_EXTRACTION_SERVICE_TOOLTIP,
|
tooltip: USE_TEXT_EXTRACTION_SERVICE_TOOLTIP,
|
||||||
type: FieldType.BOOLEAN,
|
type: FieldType.BOOLEAN,
|
||||||
ui_restrictions: [],
|
ui_restrictions: ['advanced'],
|
||||||
validations: [],
|
validations: [],
|
||||||
value: false,
|
value: false,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue