---
title: New TenantID and Firewall for AI fields in Logpush datasets
description: Logpush datasets now include TenantID and Firewall for AI fields for enhanced logging and security insights.
image: https://developers.cloudflare.com/changelog-preview.png
---

> Documentation Index  
> Fetch the complete documentation index at: https://developers.cloudflare.com/changelog/llms.txt  
> Use this file to discover all available pages before exploring further. 

[Skip to content](#%5Ftop) 

# Changelog

New updates and improvements at Cloudflare.

[ Subscribe to RSS ](https://developers.cloudflare.com/changelog/rss/index.xml) [ View RSS feeds ](https://developers.cloudflare.com/fundamentals/new-features/available-rss-feeds/) 

![hero image](https://developers.cloudflare.com/_astro/hero.CVYJHPAd_26AMqX.svg) 

[ ← Back to all posts ](https://developers.cloudflare.com/changelog/) 

## New TenantID and Firewall for AI fields in Logpush datasets

Apr 15, 2026 

[ Logs ](https://developers.cloudflare.com/logs/) 

Cloudflare has added new fields to multiple [Logpush datasets](https://developers.cloudflare.com/logs/logpush/logpush-job/datasets/):

#### TenantID field

The following Gateway and Zero Trust datasets now include a `TenantID` field:

* **[Gateway DNS](https://developers.cloudflare.com/logs/logpush/logpush-job/datasets/account/gateway%5Fdns/#tenantid)**: Identifies the tenant ID of the DNS request, if it exists.
* **[Gateway HTTP](https://developers.cloudflare.com/logs/logpush/logpush-job/datasets/account/gateway%5Fhttp/#tenantid)**: Identifies the tenant ID of the HTTP request, if it exists.
* **[Gateway Network](https://developers.cloudflare.com/logs/logpush/logpush-job/datasets/account/gateway%5Fnetwork/#tenantid)**: Identifies the tenant ID of the network session, if it exists.
* **[Zero Trust Network Sessions](https://developers.cloudflare.com/logs/logpush/logpush-job/datasets/account/zero%5Ftrust%5Fnetwork%5Fsessions/#tenantid)**: Identifies the tenant ID of the network session, if it exists.

#### Firewall for AI fields

The following datasets now include [Firewall for AI](https://developers.cloudflare.com/api-shield/security/volumetric-abuse-detection/#firewall-for-ai) fields:

* **[Firewall Events](https://developers.cloudflare.com/logs/logpush/logpush-job/datasets/zone/firewall%5Fevents/)**:

  * `FirewallForAIInjectionScore`: The score indicating the likelihood of a prompt injection attack in the request.
  * `FirewallForAIPIICategories`: List of PII categories detected in the request.
  * `FirewallForAITokenCount`: The number of tokens in the request.
  * `FirewallForAIUnsafeTopicCategories`: List of unsafe topic categories detected in the request.
* **[HTTP Requests](https://developers.cloudflare.com/logs/logpush/logpush-job/datasets/zone/http%5Frequests/)**:

  * `FirewallForAIInjectionScore`: The score indicating the likelihood of a prompt injection attack in the request.
  * `FirewallForAIPIICategories`: List of PII categories detected in the request.
  * `FirewallForAITokenCount`: The number of tokens in the request.
  * `FirewallForAIUnsafeTopicCategories`: List of unsafe topic categories detected in the request.

For the complete field definitions for each dataset, refer to [Logpush datasets](https://developers.cloudflare.com/logs/logpush/logpush-job/datasets/).

```json
{"@context":"https://schema.org","@type":"BlogPosting","@id":"https://developers.cloudflare.com/changelog/post/2026-04-15-logpush-new-fields/#page","headline":"New TenantID and Firewall for AI fields in Logpush datasets · Changelog","description":"Logpush datasets now include TenantID and Firewall for AI fields for enhanced logging and security insights.","url":"https://developers.cloudflare.com/changelog/post/2026-04-15-logpush-new-fields/","inLanguage":"en","image":"https://developers.cloudflare.com/changelog-preview.png","dateModified":"2026-04-15","datePublished":"2026-04-15","publisher":{"@type":"Organization","name":"Cloudflare","url":"https://www.cloudflare.com/"},"isPartOf":{"@type":"WebSite","@id":"https://developers.cloudflare.com/#website","name":"Cloudflare Docs","url":"https://developers.cloudflare.com/"}}
```
