Skip to content

Commit db6d13f

Browse files
committed
doc/rgw/logging: update field description
this is updating documentation based on the change in this PR: ceph#61388 Signed-off-by: Yuval Lifshitz <[email protected]>
1 parent c6fbca3 commit db6d13f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

doc/radosgw/bucket_logging.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ For example:
116116
Standard
117117
````````
118118
based on `AWS Logging Record Format`_.
119-
119+
120120
- bucket owner (or dash if empty)
121-
- bucket name (or dash if empty). in the format: ``[tenant:]<bucket name>``
122-
- time
123-
- remote IP (not supported, always a dash)
121+
- bucket name (or dash if empty) in the format: ``[tenant:]<bucket name>``
122+
- time in the following format: ``[day/month/year:hour:minute:second timezone]`` where "timezone" is in UTC offset
123+
- client IP address (or dash if empty)
124124
- user or account (or dash if empty)
125125
- request ID
126126
- operation in the following format: ``WEBSITE/REST.<HTTP method>.<resource>``
@@ -131,16 +131,16 @@ based on `AWS Logging Record Format`_.
131131
- bytes sent (or dash if zero)
132132
- object size (or dash if zero)
133133
- total time (not supported, always a dash)
134-
- turnaround time (not supported, always a dash)
135-
- referrer (not supported, always a dash)
136-
- user agent (not supported, always a dash)
134+
- turnaround time in milliseconds
135+
- referer (or dash if empty)
136+
- user agent (or dash if empty) inside double quotes
137137
- version id (or dash if empty)
138138
- host id taken from "x-amz-id-2" (or dash if empty)
139-
- signature version (not supported, always a dash)
140-
- cipher suite (not supported, always a dash)
141-
- authentication type (not supported, always a dash)
139+
- signature version (or dash if empty)
140+
- cipher suite (or dash if empty)
141+
- authentication type (or dash if empty)
142142
- host header (or dash if empty)
143-
- TLS version (not supported, always a dash)
143+
- TLS version (or dash if empty)
144144
- access point ARN (not supported, always a dash)
145145
- ACL flag ("Yes" if the request is an ACL operation, otherwise dash)
146146

0 commit comments

Comments
 (0)