Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/reference/search-connectors/es-connectors-mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ The full host in this example will look like this:

A bug introduced in **8.12.0** causes the Connectors docker image to error out if run using MongoDB as its source. The command line will output the error `cannot import name 'coroutine' from 'asyncio'`. *** This issue is fixed in versions *8.12.2** and **8.13.0**. ** This bug does not affect Elastic managed connectors.

See [Known issues](/release-notes/known-issues.md) for any issues affecting all connectors.

#### UUIDs are not correctly deserialized, causing problems with ingesting documents into Elasticsearch

MongoDB has special handling of UUID type: there is a legacy and a modern approach. You can read [official docs](https://pymongo.readthedocs.io/en/stable/examples/uuid.html) about the details.
Expand All @@ -267,6 +265,8 @@ If you’re using a legacy UUID representation, you should adjust the connection

You can find a full explanation in the [official docs](https://pymongo.readthedocs.io/en/stable/examples/uuid.html#configuring-a-uuid-representation).

See [Known issues](/release-notes/known-issues.md) for any issues affecting all connectors.

### Troubleshooting [es-connectors-mongodb-client-troubleshooting]

See [Troubleshooting](/reference/search-connectors/es-connectors-troubleshooting.md).
Expand Down
Loading