Hi, I am using MongoDB: 6.0.3 with Mongosh: 1.6.0 and tried the mongosh.conf configuration to set my value but I don’t see it is being used.
I took the information from here:
This is my mongosh.conf:
mongosh:
enableTelemetry: false
And I’m connecting to mongosh like this: mongosh --port **** --host ****
And when checking the config I see this: 'enableTelemetry' => true,
I can’t find a corresponding ticket for that but I seem to remember that the configuration parameters and values set with the configuration file are not shown when accessed by individual users with the config API. Telemetry should be, however, disabled.