[DOCS-5394] Audit pages refer to param.db; should be param.ns Created: 07/May/15  Updated: 11/Jan/17  Resolved: 12/May/15

Status: Closed
Project: Documentation
Component/s: None
Affects Version/s: None
Fix Version/s: 01112017-cleanup

Type: Bug Priority: Major - P3
Reporter: Amalia Hawkins Assignee: Kay Kim (Inactive)
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Related
Participants:
Days since reply: 8 years, 40 weeks, 6 days ago

 Description   

https://github.com/mongodb/docs/blob/master/source/tutorial/configure-auditing.txt

This document refers to a param.db field for audit event filtering, I believe it should be param.ns

Example audit log entry:

{ "atype" : "dropDatabase", "ts" : { "$date" : "2015-05-07T15:41:01.724-0400" }, "local" : { "ip" : "127.0.0.1", "port" : 27017 }, "remote" : { "ip" : "127.0.0.1", "port" : 54703 }, "users" : [ { "user" : "two", "db" : "admin" } ], "roles" : [ { "role" : "root", "db" : "admin" } ], "param" : { "ns" : "test2" }, "result" : 0 }

In this case, the field to filter would be "param" : { "ns" : "test2" }.


Generated at Thu Feb 08 07:50:14 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.