From 154f5e5a50f56e03dc5556d6199732675bd8678c Mon Sep 17 00:00:00 2001 From: Sahidya Date: Wed, 16 Apr 2025 20:05:04 -0400 Subject: [PATCH 1/2] sahidya-custom-fields --- ...7-custom-fields-raw-transformed-values.mdx | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/content/changelog/logs/2025-04-17-custom-fields-raw-transformed-values.mdx diff --git a/src/content/changelog/logs/2025-04-17-custom-fields-raw-transformed-values.mdx b/src/content/changelog/logs/2025-04-17-custom-fields-raw-transformed-values.mdx new file mode 100644 index 000000000000000..854cecea7d79212 --- /dev/null +++ b/src/content/changelog/logs/2025-04-17-custom-fields-raw-transformed-values.mdx @@ -0,0 +1,20 @@ +--- +title: Custom fields raw and transformed values support +description: Configure request header and response headers values can log eiterh raw or transformed value +date: 2025-04-18T11:00:00Z +--- + +Custom Fields now support logging both **raw and transformed values** for request and response headers in the HTTP requests dataset. + +These fields are configured per zone and apply to all Logpush jobs in that zone that include request headers, response headers. Each header can be logged in only one format—either raw or transformed—not both. + +By default: + +- Request headers are logged as raw values +- Response headers are logged as transformed values + +These defaults can be overidden to suit your logging needs. + +Note: Transformed and raw values for request and response headers are available **only via the API** and cannot be set through the UI. + +For more information refer to [Custom fields](/logs/reference/custom-fields/) documentation From 793a28cd39b7eb24cdba660df07a44677c82d8b9 Mon Sep 17 00:00:00 2001 From: kodster28 Date: Fri, 18 Apr 2025 09:33:11 -0500 Subject: [PATCH 2/2] add note --- ...x => 2025-04-18-custom-fields-raw-transformed-values.mdx} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename src/content/changelog/logs/{2025-04-17-custom-fields-raw-transformed-values.mdx => 2025-04-18-custom-fields-raw-transformed-values.mdx} (85%) diff --git a/src/content/changelog/logs/2025-04-17-custom-fields-raw-transformed-values.mdx b/src/content/changelog/logs/2025-04-18-custom-fields-raw-transformed-values.mdx similarity index 85% rename from src/content/changelog/logs/2025-04-17-custom-fields-raw-transformed-values.mdx rename to src/content/changelog/logs/2025-04-18-custom-fields-raw-transformed-values.mdx index 854cecea7d79212..50a083dd460a05e 100644 --- a/src/content/changelog/logs/2025-04-17-custom-fields-raw-transformed-values.mdx +++ b/src/content/changelog/logs/2025-04-18-custom-fields-raw-transformed-values.mdx @@ -15,6 +15,9 @@ By default: These defaults can be overidden to suit your logging needs. -Note: Transformed and raw values for request and response headers are available **only via the API** and cannot be set through the UI. +:::note + +Transformed and raw values for request and response headers are available **only via the API** and cannot be set through the UI. +::: For more information refer to [Custom fields](/logs/reference/custom-fields/) documentation