Skip to content

Commit 8155044

Browse files
[Log Explorer] Updates Log Explorer changelog (#25260)
* Updates Log Explorer changelog * Update src/content/changelog/log-explorer/2025-08-15-extended-retention.mdx Co-authored-by: marciocloudflare <[email protected]> --------- Co-authored-by: marciocloudflare <[email protected]>
1 parent 9ac82c6 commit 8155044

11 files changed

+66
-0
lines changed
126 KB
Loading
16.2 KB
Loading
101 KB
Loading
154 KB
Loading
133 KB
Loading
132 KB
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Usage tracking
3+
description: Log Explorer customers can now monitor their data ingestion volume
4+
date: 2025-07-09
5+
---
6+
7+
[Log Explorer](/log-explorer/) customers can now monitor their data ingestion volume to keep track of their billing. Monthly usage is displayed at the top of the [Log Search](/log-explorer/log-search/) and [Manage Datasets](/log-explorer/manage-datasets/) screens in Log Explorer.
8+
9+
![Ingested data](src/assets/images/changelog/log-explorer/ingested-data.png)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Extended retention
3+
description: Log Explorer customers can now extend the retention period
4+
date: 2025-08-15
5+
---
6+
7+
Customers can now rely on Log Explorer to meet their log retention compliance requirements.
8+
9+
Contract customers can choose to store their logs in Log Explorer for up to two years, at an additional cost of $0.10 per GB per month. Customers interested in this feature can contact their account team to have it added to their contract.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Logging headers and cookies using custom fields
3+
description: Log Explorer now supports logging and querying header and cookie fields
4+
date: 2025-09-03
5+
---
6+
7+
[Log Explorer](/log-explorer/) now supports logging and filtering on header or cookie fields in the [`http_requests` dataset](/logs/logpush/logpush-job/datasets/zone/http_requests/).
8+
9+
Create a custom field to log desired header or cookie values into the `http_requests` dataset and Log Explorer will import these as searchable fields. Once configured, use the custom SQL editor in Log Explorer to view or filter on these requests.
10+
11+
![Edit Custom fields](src/assets/images/changelog/log-explorer/edit-custom-fields.png)
12+
13+
For more details, refer to [Headers and cookies](/log-explorer/log-search/#headers-and-cookies).
14+
15+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Contextual pivots
3+
description: Log Search now lets you pivot directly to related Cloudflare tools and documentation for faster investigations and actions.
4+
date: 2025-09-11
5+
---
6+
7+
Directly from [Log Search](/log-explorer/log-search/) results, customers can pivot to other parts of the Cloudflare dashboard to immediately take action as a result of their investigation.
8+
9+
From the `http_requests` or `fw_events` dataset results, right click on an IP Address or JA3 Fingerprint to pivot to the Investigate portal to lookup the reputation of an IP address or JA3 fingerprint.
10+
11+
![Investigate IP address](src/assets/images/changelog/log-explorer/investigate-ip-address.png)
12+
13+
Easily learn about error codes by linking directly to our documentation from the **EdgeResponseStatus** or **OriginResponseStatus** fields.
14+
15+
![View documentation](src/assets/images/changelog/log-explorer/view-documentation.png)
16+
17+
From the `gateway_http` dataset, click on a **policyid** to link directly to the Zero Trust dashboard to review or make changes to a specific Gateway policy.
18+
19+
![View policy](src/assets/images/changelog/log-explorer/policyid.png)

0 commit comments

Comments
 (0)