Based off the documentation it looks like this needs to be added to the server.json for a telemetry sink setup:
"plugins": {
"analytics" : {
"sinks": {
"mongo": {
"retainDays": 1,
"enabled": true
}
},
"enabled" : true
}
},
But I’m not seeing the results appear on my test instance and I’d like to confirm this is indeed the issue before making changes on my prod instance. The pre-packaged server.json still uses the old setup, is this some drift that happened during updates between code and documentation?