Details
-
Bug
-
Status: Resolved
-
Resolution: Fixed
-
None
-
DOC-2021-Dec19-S25, DOC-2021-Dec31-S26, DOC-2022-S1, DOC-2022-S2
Description
These audit events have been released in 7.1 via MB-47124 and should be removed from this doc. In reality these haven't been generated since prior to the 6.0 release.
code(xdcr_create_cluster_ref) ->
8213;
code(xdcr_update_cluster_ref) ->
8214;
code(xdcr_delete_cluster_ref) ->
8215;
code(xdcr_create_replication) ->
8216;
code(xdcr_update_replication) ->
8217;
code(xdcr_cancel_replication) ->
8218;
code(xdcr_update_global_settings) ->
8219;
Both
DOC-8866andDOC-9143refers to this documentation page - https://docs.couchbase.com/server/current/audit-event-reference/audit-event-reference.htmlDOC-8866is about removing audit events 8213-8219 from the doc, since they no longer exist, andDOC-9143is about adding existing xdcr audit events 16384-16396 to the doc (these exist – https://github.com/couchbase/goxdcr/blob/master/etc/audit_descriptor.json – but are not currently documented).