IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Connector known issues
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Connector known issues
editConnector service
editThe connector service has the following known issues:
-
Deploying multiple instances of the connector service can lead to unexpected behavior
The connector service asynchronously reads state from Elasticsearch, and based on this state determines if a sync should run.
Deploying multiple instances can lead to race conditions where all instances will attempt to run the same sync workload.
-
Custom scheduling might break when upgrading from version 8.6 or earlier.
Use the following manual workaround:
POST /.elastic-connectors/_update/<connector-id> { "doc": { "custom_scheduling": {} } }
Individual connector known issues
editIndividual connectors may have additional known issues. Refer to each connector’s reference documentation for connector-specific known issues.
Workplace Search connector known issues
editFor Workplace Search connectors, see the Workplace Search documentation.