You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/rest-api/pages/rest-auditing.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,10 +72,10 @@ When auditing is enabled, all _non-filterable_ events are audited; and none can
72
72
* The `logPath` parameter specifies the pathname of the directory to which the `audit.log` file is written.
73
73
74
74
[#pruneAge]
75
-
* The `pruneAge` parameter sets the number of minutes Couchbase Server keeps rotated audit logs.
75
+
* The `pruneAge` parameter sets the number of seconds Couchbase Server keeps rotated audit logs.
76
76
When set to the minimum value 0 (the default), Couchbase Server does not prune rotated audit logs.
77
-
If set to a value greater than 0, Couchbase Server deletes rotated audit logs that are older than this value in minutes.
78
-
The maximum value for this setting is 35791394 (4085 years).
77
+
If set to a value greater than 0, Couchbase Server deletes rotated audit logs that are older than this value in seconds.
78
+
The maximum value for this setting is 35791394 (1 year, 45 days, 15 hours, 29 minutes, and 54 seconds).
79
79
80
80
* The `rotateInterval` parameter specifies the maximum time-period that is to elapse between log-rotations.
81
81
Its value must be a number of seconds, in the range of 900 (15 minutes) to 604800 (7 days), inclusive.
@@ -138,7 +138,7 @@ Each member is an object of two elements, which are the _name_ of the disabled u
138
138
139
139
* _logPath_: The current value of the pathname to which the `audit.log` file is being written.
140
140
141
-
* _pruneAge_: The number of minutes Couchbase Server keeps rotated audit logs. The value `0` means Couchbase Server does not automatically prune these logs.
141
+
* _pruneAge_: The number of seconds Couchbase Server keeps rotated audit logs. The value `0` means Couchbase Server does not automatically prune these logs.
142
142
143
143
* _rotateInterval_: An integer that is the number of seconds in the maximum time-period on whose elapse the log file is rotated.
0 commit comments