Audit File Details
Couchbase Server captures audit details in specified audit fields.
The table below contains some frequently used audit fields with corresponding descriptions. Note that different event-types generate different field-subsets.
Field | Type | Description |
---|---|---|
|
string |
The audit-type. For example, Login, Startup, Shutdown, Password, AuditStart, AuditStop, AuditTruncate. |
|
document |
Contains the date and UTC time of the event in ISO 8601 format. For example, http://www.w3.org/TR/NOTE-datetime. |
|
integer |
A unique identifier for the event-type. |
|
document
|
A JSON document that contains the local IP-address and the port-number of the running instance. |
|
document
|
A JSON document that contains the remote IP-address, the port-number, and additional information on the service used on the incoming connection associated with the event. Possible services include |
|
string |
A string that identifies the user. |
|
document |
Information dependent on the event-type. For example, for a bucket-operation, the bucket name is captured. |
|
integer or string |
An error-code or other message, related to the attempted operation. |