From 9cb663c8688bef4192df11fa1bda7aca6bb57014 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Fri, 30 May 2025 12:38:09 +0100 Subject: [PATCH] [Ruleset Engine] Update EU field description --- src/content/fields/index.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/content/fields/index.yaml b/src/content/fields/index.yaml index c42c403d5b925f..509d05b2b74bb0 100644 --- a/src/content/fields/index.yaml +++ b/src/content/fields/index.yaml @@ -14,7 +14,7 @@ entries: summary: The hostname used in the full request URI. description: |- The `http.host` field contains the `Host` header from the original request. - + If you have configured [Origin Rules](/rules/origin-rules/) that change the hostname, they will not be reflected in the `http.host` field value. example_value: |- "www.example.org" @@ -400,8 +400,6 @@ entries: | `SK` | Slovakia | | `YT` | Mayotte | - The EU country list was obtained from MaxMind's GeoIP2 database on 2023-12-05. For details on obtaining up-to-date country information, refer to the [MaxMind website](https://dev.maxmind.com/geoip/geolite2-free-geolocation-data). - This field has the same value as the `ip.geoip.is_in_european_union` field, which is deprecated. The `ip.geoip.is_in_european_union` field is still available for new and existing rules, but you should use the `ip.src.is_in_european_union` field instead. _GeoIP is the registered trademark of MaxMind, Inc._