From 15abff182a508dd8e0aa41bc9217b505d0477e46 Mon Sep 17 00:00:00 2001 From: Max Phillips Date: Wed, 18 Sep 2024 11:50:47 -0500 Subject: [PATCH] Apply suggestions --- .../insights/logs/gateway-logs/index.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/content/docs/cloudflare-one/insights/logs/gateway-logs/index.mdx b/src/content/docs/cloudflare-one/insights/logs/gateway-logs/index.mdx index c494f1ec845e23..e51343f4fb3e29 100644 --- a/src/content/docs/cloudflare-one/insights/logs/gateway-logs/index.mdx +++ b/src/content/docs/cloudflare-one/insights/logs/gateway-logs/index.mdx @@ -73,14 +73,14 @@ These settings will only apply to logs displayed in Zero Trust. Logpush data is | **Matched categories** | Name of the Gateway policy category that match the domain. | | **Matched indicator feed names** | Name of the indicator feeds that matched a Gateway policy. | | **Query indicator feed names** | Name of the indicator feeds that a matched domain or IP belongs to. | -| **Resolved continent IP geolocation** | Continent code of where the DNS query was resolved. | -| **Resolved country IP geolocation** | Country code of where the DNS query was resolved. | +| **Resolved continent IP geolocation** | Continent code of the resolved IP address. | +| **Resolved country IP geolocation** | Country code of the resolved IP address. | | **DoT subdomain** | DoT subdomain of the DNS location. | | **Source IP** | Public source IP address of the DNS query. | -| **Source IP continent** | Continent code of the DNS query. | -| **Source IP country** | Country code of the DNS query. | +| **Source IP continent** | Continent code of the source IP address. | +| **Source IP country** | Country code of the source IP address. | | **Source internal IP** | Private IP address assigned by the user's local network. | -| **Application name** | Name of the application in the query. | +| **Application name** | Name of the application that matched the domain. | | **Resolver IP** | Public IP address of the DNS resolver. | | **Port** | Port that was used to make the DNS query. | | **Location ID** | ID of the DNS location where the query originated. |