From d5b837ddd764af6bd46a7f2ed6857f3624b680c9 Mon Sep 17 00:00:00 2001 From: akanshi-elastic <125074214+akanshi-elastic@users.noreply.github.com> Date: Wed, 17 Jan 2024 13:15:10 +0530 Subject: [PATCH] Add new RCF for GCS and ABS in native connector (#174512) Summary [Related to https://github.com/elastic/connectors/issues/1819](https://github.com/elastic/connectors/issues/1831) 1. Add new config parameter in ABS Connector `containers` 2. Add new config parameter in GCS Connector `buckets` 3. please add label 8.13 for this PR Checklist Delete any items that are not applicable to this PR. - [X] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) For maintainers - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> --- .../types/native_connectors.ts | 52 ++++++++++++++++--- 1 file changed, 46 insertions(+), 6 deletions(-) diff --git a/packages/kbn-search-connectors/types/native_connectors.ts b/packages/kbn-search-connectors/types/native_connectors.ts index 0fcac23e1038c..990b09c10314a 100644 --- a/packages/kbn-search-connectors/types/native_connectors.ts +++ b/packages/kbn-search-connectors/types/native_connectors.ts @@ -157,13 +157,33 @@ export const NATIVE_CONNECTOR_DEFINITIONS: Record