-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Diagnostics, Logging
-
Server Security
-
Security 2018-12-03
Would like a command that reports the current settings for all configuration options – including dynamic settings, hidden parameters, and internal storage-engine options – in the mongod.
This could be part of serverStatus() or a new command.
The aim is to provide a simple and reliable way to see the current settings for all parameters, including those settable with commands like:
db.adminCommand({
"setParameter": 1,
"wiredTigerEngineRuntimeConfig": "<option>=<setting>,<option>=<setting>"
})
- is related to
-
SERVER-29291 Periodically record all active configuration settings in the mongod and mongos.
- Closed
-
SERVER-19483 Allow querying wiredTigerEngineRuntimeConfig via getParameter
- Closed