Requests being sent to compass.mongodb.com

We are observing traffic being sent to compass.mongodb.com in our tcpdump analysis, even though none of our setup is configured to connect to compass.mongodb.com. Could you help us understand why this is happening?

We have tried disabling telemetry in MongoDB using both mongosh commands (disableTelemetry() and db.adminCommand({ setParameter: 1, diagnosticDataCollectionEnabled: false })). After this, we monitored the network traffic using tcpdump and noticed that requests to endpoints like vortex.data.microsoft.com and api.segment.io have stopped, which aligns with the expected behavior.

However, we still see requests being sent to compass.mongodb.com. Could you help me understand why this traffic persists even after disabling telemetry? Is there any additional configuration needed to stop this specific traffic? Or is this related to another feature or service of MongoDB?

Thank you!

Requests sent to compass.mongodb.com are likely to check for updates.

Note that you can configure how Compass behaves quite granularly with a configuration file: https://www.mongodb.com/docs/compass/current/settings/config-file/

1 Like

I forgot to mention that we’re using the MongoDB Linux Docker image, which, as far as I know, doesn’t include MongoDB Compass. Therefore, it shouldn’t be checking for any updates. Additionally, we don’t have MongoDB Compass installed in our environment. Can you think of any other reasons why it might be reaching out to compass.mongodb.com? I appreciate your help in looking into this issue.