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

## Closes https://github.com/elastic/connectors/issues/2451 The author is missing from docs of types `issue` and `pull_request`. This change adds `{ "login": "" }` to the `author` fields for these docs. I considered...

auto-backport
v8.14.0
v8.15.0.0

Alters the action that applies community labels to check against a repo's members as well as collaborators. Previously API failures were resulting in labels being applied, so that should no...

auto-backport
v8.15.0.0

## Part of https://github.com/elastic/connectors/issues/2438 This adds ``` "required": False, "display": "textarea", "tooltip": "Specifies the root certificate from the Certificate Authority. The value of the certificate is used to validate the...

release_note
auto-backport
v8.14.0
v8.15.0
v8.15.0.0

When connector config validation fails, it doesn't close the data source. This PR makes sure the data source is always properly closed. ## Checklists #### Pre-Review Checklist - [x] this...

auto-backport
v8.14.0
v8.15.0.0

For 8.14, we want to release two flavours of `connectors` Docker images: * the [current one](https://github.com/elastic/connectors/blob/d6fdf8d/Dockerfile#L1), based on Debian * a [new flavour](https://github.com/elastic/connectors/pull/2399/files#diff-813ef534be9bab5e7b9ea7504eecc3058e7762f08c32462d3a52e235a9ed7c36R1) based on [Wolfi](https://www.chainguard.dev/unchained/introducing-wolfi-the-first-linux-un-distro) from [Chainguard](https://edu.chainguard.dev/chainguard/chainguard-images/overview/) From 8.15,...

auto-backport
v8.14.0.0

## Closes https://github.com/elastic/enterprise-search-team/issues/7386 This PR makes 2 changes: 1. Copy `config.yml` from `config.yml.example` instead of `config.yml` due to change introduced in #2280 2. Run `copy-config.sh` before starting Elastic connectors ##...

auto-backport
v8.14.0
v8.15.0.0

### Problem Description It is possible to assign labels to each Confluence page. This labels can be used to identify purpose of the page. For example "kb" - for "Knowledgebase"...

enhancement
team:external
community-driven
needs-triage

## Part of https://github.com/elastic/connectors/issues/2415 Previously we're getting custom field ids in the API response, now we fetch all custom fields and mapping their names with the ids present in the...

auto-backport
jira
team:external
v8.15.0.0

Found a type and some out-dated info when testing https://github.com/elastic/enterprise-search-team/issues/7364 ## Checklists #### Pre-Review Checklist - [x] this PR does NOT contain credentials of any kind, such as API keys...

auto-backport
v8.14.0
v8.15.0.0

### Problem Description Author field is missing from Issues & Pull requests. ### Proposed Solution Add the field to the GraphQL queries: https://github.com/elastic/connectors/blob/50975dd795029deb131a940fb52af2e3e62a27fe/connectors/sources/github.py#L196-L201 https://github.com/elastic/connectors/blob/50975dd795029deb131a940fb52af2e3e62a27fe/connectors/sources/github.py#L287-L292 Eg, ``` createdAt, author{ login }...

enhancement
github
effort:low
community-driven