]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rgw/logging: update field description 61779/head
authorYuval Lifshitz <ylifshit@ibm.com>
Wed, 12 Feb 2025 17:42:41 +0000 (17:42 +0000)
committerYuval Lifshitz <ylifshit@ibm.com>
Thu, 13 Feb 2025 07:43:57 +0000 (07:43 +0000)
this is updating documentation based on the change in
this PR: https://github.com/ceph/ceph/pull/61388

Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
doc/radosgw/bucket_logging.rst

index f3e790f57054d5c7b7bf07fda38a575484e156ab..1a5c199a220dab984e9f57b46b061aa0248eeb03 100644 (file)
@@ -116,11 +116,11 @@ For example:
 Standard
 ````````
 based on `AWS Logging Record Format`_.
-  
+
   - bucket owner (or dash if empty)
-  - bucket name (or dash if empty). in the format: ``[tenant:]<bucket name>``
-  - time
-  - remote IP (not supported, always a dash)
+  - bucket name (or dash if empty) in the format: ``[tenant:]<bucket name>``
+  - time in the following format: ``[day/month/year:hour:minute:second timezone]`` where "timezone" is in UTC offset
+  - client IP address (or dash if empty)
   - user or account (or dash if empty)
   - request ID
   - operation in the following format: ``WEBSITE/REST.<HTTP method>.<resource>``
@@ -131,16 +131,16 @@ based on `AWS Logging Record Format`_.
   - bytes sent (or dash if zero)
   - object size (or dash if zero)
   - total time (not supported, always a dash)
-  - turnaround time (not supported, always a dash)
-  - referrer (not supported, always a dash)
-  - user agent (not supported, always a dash)
+  - turnaround time in milliseconds
+  - referer (or dash if empty)
+  - user agent (or dash if empty) inside double quotes
   - version id (or dash if empty)
   - host id taken from "x-amz-id-2" (or dash if empty)
-  - signature version (not supported, always a dash)
-  - cipher suite (not supported, always a dash)
-  - authentication type (not supported, always a dash)
+  - signature version (or dash if empty)
+  - cipher suite (or dash if empty)
+  - authentication type (or dash if empty)
   - host header (or dash if empty)
-  - TLS version (not supported, always a dash)
+  - TLS version (or dash if empty)
   - access point ARN (not supported, always a dash)
   - ACL flag ("Yes" if the request is an ACL operation, otherwise dash)