Palo Alto Networks · Schema

UrlLogPayload

Schema for a forwarded PAN-OS URL filtering log entry. URL logs capture web access events evaluated by the URL Filtering security profile, providing visibility into browsing activity, policy enforcement, and URL category decisions.

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Properties

Name Type Description
receive_time string Timestamp when the URL log entry was received by Strata Logging Service.
serial string Serial number of the Palo Alto Networks device that generated this URL log entry.
type string Log type identifier, always URL for URL filtering log entries.
src string Source IP address of the client making the web request.
dst string Destination IP address of the web server being accessed.
sport integer Source port number of the HTTP/HTTPS session.
dport integer Destination port number of the HTTP/HTTPS session.
app string Application identified by App-ID for the web session (e.g., web-browsing, ssl, google-base).
url string The full URL that was requested, including protocol, hostname, path, and query parameters if present.
url_category string URL category classification assigned by PAN-DB URL filtering database (e.g., business-and-economy, malware, social-networking, command-and-control).
action string Action applied to the URL request by the URL Filtering security profile configured on the matching security policy rule.
http_method string HTTP method of the web request.
content_type string MIME content type of the HTTP response.
src_user string Source user identity associated with the web request if User-ID is enabled.
rule_name string Name of the security policy rule that matched the session containing this URL request.
device_name string Hostname of the firewall that generated this URL log entry.
vsys string Virtual system name or identifier on the firewall.
log_forwarding_profile string Name of the log forwarding profile that forwarded this log entry.
output_format string Output format in which this log entry was forwarded.
View JSON Schema on GitHub