Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
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
Loading