[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(
Client* client,
const stdx::variant<std::string, std::vector<std::string>>& requestedParameters);

void logSetClusterParameter(Client* client,
const BSONObj& oldValue,
const BSONObj& newValue,
const boost::optional<TenantId>& tenantId);

void logUpdateCachedClusterParameter(Client* client,
const BSONObj& oldValue,
const BSONObj& newValue,
const boost::optional<TenantId>& tenantId);

void logConfigEvent(Client* client, const AuditConfigDocument& config);


Generated at Thu Feb 08 06:39:22 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.