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!