connectors icon indicating copy to clipboard operation
connectors copied to clipboard

Source code for all Elastic connectors, developed by the Search team at Elastic, and home of our Python connector development framework

Results 223 connectors issues
Sort by recently updated
recently updated
newest added

## Bug Description There were reports that usage of Azure Blob Storage connector on Cloud creates problems with RAM on the host - syncs never end and eventually crash with...

bug
team:external

Unlike other database connectors where we support syntax to sync multiple or all (`*`) tables, MongoDB connector currently supports specifying only 1 collection per MongoDB configuration. This means users who...

enhancement

## Bug Description After a successful full content sync the second one threw this error. ``` [FMWK][20:31:52][CRITICAL] [Sync Job id: dDb924kBylf5UwXElagi, connector id: HHl324kBOUh0jxx0nBuF, index name: search-xxxxxx-slack] The document fetcher...

bug
v8.10.0
effort:low
priority:medium
community-driven

### Problem Description Manually sharing a document with the Service Account is not trivial when the organization doesn't have a hierarchy of folder/permissions. Plus keeping things on sync programatically requires...

enhancement
priority:medium
google-drive
community-driven

### Problem Description The connector is not extracting the url of the thread/message so I can't get to the thread from a specific reply. ### Proposed Solution Add an option...

enhancement
effort:low
priority:medium
v8.11.0
community-driven

### Problem Description Currently the connector only ingests communication sites: ![CleanShot 2023-08-21 at 08 29 43](https://github.com/elastic/connectors-python/assets/8575569/acc529a2-945e-41b4-96a8-27a204aef7c3) We would like to also have Teams Sites in, and a field to differentiate...

enhancement
community-driven
sharepoint_online

### Problem Description The connector configuration doesn't make the username or password required, which allow the user to connect to a MongoDB instance without a 'username' and 'password'. Not a...

bug
enhancement
effort:low
priority:medium
community-driven
mongo

## Bug Description The native salesforce connector definition is missing the `use_document_level_security` config. See https://github.com/elastic/kibana/blob/8e911818b7ddb2622e343d76fe5249674d7d60c6/packages/kbn-search-connectors/types/native_connectors.ts#L3952-L4041 It looks like https://github.com/elastic/connectors/pull/2022 missed its corresponding Kibana PR ### To Reproduce 1. Create a...

bug
team:external

### Problem Description Currently, the [ServiceNow Connector](https://www.elastic.co/guide/en/enterprise-search/current/connectors-servicenow.html#connectors-servicenow-configuration) supports out of the box only the following services: `User, Incident, Requested Item, Knowledge, Change Request`. This issue would implement the possibility of...

enhancement
team:external

Backports the following commits to 8.13: - [Azure Blob Storage] Optimize memory consumption (#2543)

backport