Palo Alto Firewall: Configuring Log Forwarding Profiles and Device Log Settings

This guide provides detailed steps to configure log forwarding profiles and device log settings on Palo Alto Networks firewalls, ensuring comprehensive log capture and forwarding to desired destinations.

1. Configuring Log Forwarding Profiles

Log Forwarding Profiles determine how different types of logs are forwarded to external services such as Panorama, syslog servers, SNMP managers, email servers, or HTTP endpoints.

1.1 Steps to Create a Log Forwarding Profile

  1. Navigate to Objects > Log Forwarding .
  2. Click Add to create a new profile.
  3. Enter a Name for the profile.
  4. Under Match List , add entries for each log type you wish to forward:
  5. Click OK to save the profile.

For detailed instructions, refer to the official documentation: Configure a Log Forwarding Profile (PAN-OS & Panorama) .

2. Configuring Device Log Settings

Device Log Settings control the forwarding of system-generated logs such as system, configuration, and authentication logs.

2.1 Steps to Configure Device Log Settings

  1. Navigate to Device > Log Settings .
  2. For each log type (e.g., System, Config, User-ID):
  3. Commit the configuration changes.

For more information, see: Device > Log Settings .

3. Considerations for Comprehensive Log Capture

4. Mermaid Sequence Diagram: Log Forwarding Process

sequenceDiagram participant User participant Firewall participant LogDestination User->>Firewall: Generates traffic Firewall->>Firewall: Applies security policies Firewall->>Firewall: Generates logs (traffic, threat, system) Firewall->>LogDestination: Forwards logs as per Log Forwarding Profile LogDestination-->>Firewall: Acknowledges receipt (if applicable)

5. Official References