Skip to content

Commit b9360a4

Browse files
Move connector generic issues to the bottom of the section (#130223)
1 parent 21bb836 commit b9360a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/search-connectors/es-connectors-mongodb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,6 @@ The full host in this example will look like this:
249249

250250
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.
251251

252-
See [Known issues](/release-notes/known-issues.md) for any issues affecting all connectors.
253-
254252
#### UUIDs are not correctly deserialized, causing problems with ingesting documents into Elasticsearch
255253

256254
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.
@@ -267,6 +265,8 @@ If you’re using a legacy UUID representation, you should adjust the connection
267265

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

268+
See [Known issues](/release-notes/known-issues.md) for any issues affecting all connectors.
269+
270270
### Troubleshooting [es-connectors-mongodb-client-troubleshooting]
271271

272272
See [Troubleshooting](/reference/search-connectors/es-connectors-troubleshooting.md).

0 commit comments

Comments
 (0)