[SERVER-78825] Implement AuditOCSF methods for 5002 Device Config State Created: 10/Jul/23 Updated: 30/Oct/23 Resolved: 20/Oct/23 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 7.2.0-rc0 |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | Sara Golemon | Assignee: | Sara Golemon |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Assigned Teams: |
Server Security
|
| Backwards Compatibility: | Minor Change |
| Sprint: | Security 2023-09-18, Security 2023-10-02, Security 2023-10-16, Security 2023-10-30 |
| Participants: |
| Description |
|
void logReplSetReconfig(Client* client, const BSONObj* oldConfig, const BSONObj* newConfig); void logEnableSharding(Client* client, StringData dbname); void logAddShard(Client* client, StringData name, const std::string& servers); void logRemoveShard(Client* client, StringData shardname); void logShardCollection(Client* client, StringData ns, const BSONObj& keyPattern, bool unique); void logRefineCollectionShardKey(Client* client, StringData ns, const BSONObj& keyPattern); void logGetClusterParameter( void logSetClusterParameter(Client* client, void logUpdateCachedClusterParameter(Client* client, void logConfigEvent(Client* client, const AuditConfigDocument& config); |