Skip to content

Commit a6b9e95

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

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-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+
====

preview/HEAD.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
sources:
22
docs-devex:
33
branches: release/7.6
4+
docs-capella:
5+
branches: DOC-12746-We-need-to-add-info-to-the-current-documentation-to-let-customers-know-how-audit-log-records-events
46

0 commit comments

Comments
 (0)