elastic / connectors

Official Elastic connectors for third-party data sources
https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors.html
Other
20 stars 138 forks source link

Connectors error out when applying mappings to new indices #2095

Open sphilipse opened 10 months ago

sphilipse commented 10 months ago

Bug Description

When applying mappings to a new content index, connectors error out because settings aren't present.

To Reproduce

Steps to reproduce the behavior:

  1. Create an empty index
  2. Set a connector to sync to that index
  3. Run the connector with a sync
  4. Connector crashes

Expected behavior

Connectors apply settings, then mappings. And if either operation fails, we still ingest data.

artem-shelkovnikov commented 5 months ago

Can we close this one?