Is there a way to see when version was enabled on a bucket?
Applies to
NetApp StorageGRID
Answer
It is possible to see logs related to enabling or disabling versioning on a StorageGRID bucket by accessing the audit logs, to do so follow the steps below:
- Access the audit logs
- Filter the logs using fields like
S3BK(bucket name),S3SR(select request header), andSRCF(enable versioning request) example being:2025-08-25T14:50:48.433897 [AUDT:[RSLT(FC32):SUCS][CNID(UI64):1756133006090603][TIME(UI64):10180980][SAIP(IPAD):"1.2.3.4"][TLIP(IPAD):"10.11.12.23"][S3AI(CSTR):"34284458118873674304"][SACC(CSTR):"tenantname"][S3AK(CSTR):"1ED8O2YYO8YCJNW3S1NU"][SUSR(CSTR):"urn:sgws:identity::34284458118873674304:root"][SBAI(CSTR):"34284458118873674304"][SBAC(CSTR):"tenantname"][S3BK(CSTR):"bucketname"][S3SR(CSTR):"versioning"][SRCF(CSTR):"<VersioningConfiguration><Status>Enabled</Status></VersioningConfiguration>"][AVER(UI32):10][ATIM(UI64):1756133448433897][ATYP(FC32):SPUT][ANID(UI32):12550673][AMID(FC32):S3RQ][ATID(UI64):13466186756304562467]]
- Look for the relevant entries to identify when the request was made and from which IP address using the audit log reference guide: Client write audit messages
Additional Information
additionalInformation_text
