Skip to content

Commit 7f427bd

Browse files
RayOffiahggray-cb
authored andcommitted
[DOC-12746]: We need to add info to the current documentation to let customers know how audit log records events (#3804)
1 parent c7ae66f commit 7f427bd

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

modules/learn/pages/security/auditing.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ For example, `"Unsuccessful attempt to login to couchbase cluster"`, `"Node was
5555
| Object
5656
| Contains key-value pairs for `"domain"` (specifying `"local"`; `"external"`; `"builtin"` — for the administrator who set up the cluster; or `"rejected"` — for a user who has been denied access); and `"user"` (specifying the id of the user who generated the event).
5757

58+
3+a|
59+
include::partial$user-audit-warning.adoc[]
60+
5861
| `"local"`
5962
| Object
6063
| Contains key-value pairs for `"ip"` and incoming `"port"`, for the node on which the event was processed.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[IMPORTANT]
2+
.The occurrence of a system id in the audit log.
3+
====
4+
In some instances,
5+
the server will carry out an audited function
6+
using a system identifier for the `user` field instead of the actual user logged into the system.
7+
8+
This may show up in the audit logs as `"user":"@ns_server"` for example.
9+
====

0 commit comments

Comments
 (0)