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: content/docs/reference/access-log-fields.mdx
+1-3
Original file line number
Diff line number
Diff line change
@@ -110,9 +110,7 @@ The table below lists all available access log fields:
110
110
| `upstream-cluster` | The cluster the request was sent to (the cluster name is assigned by Pomerium, for example `route-3bb74f76f9d71f9c` or `pomerium-control-plane-http`) | Yes |
111
111
| `user-agent` | The User-Agent field sent by the user's browser | Yes |
112
112
| `query` | The HTTP request query (for example, `?test=one&other=13`) | No |
113
-
| \* [`headers.{CustomHeaderName}`](#custom-headers-fields) | An HTTP Request Header identified by the `HeaderName` (for example, `headers.X-Amzn-Trace-Id` might return `Root=1-64c03960-37809588421513e42f260f56`) | No |
114
-
115
-
\* The `headers.{CustomHeaderName}` field is only available in **Core** and **Enterprise**, not Kubernetes.
113
+
| [`headers.{CustomHeaderName}`](#log-custom-headers-fields) | An HTTP Request Header identified by the `HeaderName` (for example, `headers.X-Amzn-Trace-Id` might return `Root=1-64c03960-37809588421513e42f260f56`) | No |
| `headers` | The complete set of HTTP request headers | No |
106
-
| \* `headers.{CustomHeaderName}` | An HTTP Request Header identified by the `HeaderName` | No |
106
+
| [`headers.{CustomHeaderName}`](#log-custom-headers-fields) | An HTTP Request Header identified by the `HeaderName` | No |
107
107
| `host` | The HTTP request `:authority` or `Host` header value. Can be a domain name or IP address and may contain a port number (for example, `www.example.com`) | Yes |
108
108
| `id-token` | The user's ID token | No |
109
109
| `id-token-claims` | The user's ID token claims | No |
@@ -119,8 +119,6 @@ The table below lists all available authorize log fields:
119
119
| `session-id` | the session ID | Yes |
120
120
| `user` | The user's ID | Yes |
121
121
122
-
\* The `headers.{CustomHeaderName}` field is only available in **Core** and **Enterprise**, not Kubernetes.
123
-
124
122
:::danger
125
123
126
124
Query parameters often contain sensitive information. Do not enable the `query` log field without careful consideration.
0 commit comments