Elastic connector frameworkedit

The Elastic connector framework enables developers to build Elastic-supported connector clients which sync third-party data sources to Elasticsearch. The framework implements common functionalities out of the box, so developers can focus on the logic specific to integrating their chosen data source.

The framework ensures compatibility, makes it easier for our team to review PRs, and help out in the development process. When you build using our framework, we provide a pathway for the connector to be officially supported by Elastic.

Use casesedit

The framework serves two distinct, but related use cases:

  • Customizing an existing Elastic connector client
  • Building a new connector client

Learn moreedit

To learn how to contribute connectors using the framework, refer to our contributing guide in the connectors repository. This guide explains how to get started and includes a contribution checklist and pull request guidelines.

This repo contains all the source code for existing Elastic connectors.