Configuring and Managing Log Collectors with Panorama (Version 11.0)

PCNSE Objective Focus

This topic addresses PCNSE objectives related to centralized logging infrastructure using Panorama and dedicated Log Collectors, covering their setup, configuration, and ongoing management.

Overview: Centralized Logging with Log Collectors

While Panorama can store logs locally (especially in Management-Only mode or when using Panorama virtual appliances with logging disks), large-scale deployments often require dedicated Log Collectors (LCs) . These are specialized appliances (M-series hardware or VMs) managed by Panorama, designed specifically for receiving, aggregating, and storing large volumes of logs from managed firewalls and Panorama itself.

Benefits of using dedicated Log Collectors:

Panorama acts as the central point for configuring the Log Collectors, defining Collector Groups, directing log traffic from firewalls, and querying logs stored on the collectors.

Prerequisites for Log Collectors

Before integrating Log Collectors, ensure the following:

Adding Log Collectors to Panorama (11.0)

The process is similar to adding a firewall:

  1. Log Collector Prep: Configure the LC to point to the Panorama server(s).

    Using CLI (Recommended):

    configure
    set log-collector panorama-server 
    # Optional: Add secondary Panorama server if applicable
    # set log-collector panorama-server-2 
    commit
    exit
                        

    Using GUI (Device > Setup > Management > Panorama Settings): This might vary slightly on an LC interface but generally involves setting the Panorama server addresses.

  2. Panorama - Add Serial:
    • Navigate to Panorama > Managed Collectors .
    • Click the Add button.
    • Enter the Serial Number of the Log Collector.
    • Click OK. The LC should appear in the list.
  3. Connection & Initial Sync: The Log Collector attempts to connect to Panorama. Once successful, Panorama recognizes the serial number. Monitor the status in Panorama > Managed Collectors until the connection status is 'Connected'.
  4. Commit on Panorama: Perform a Commit on Panorama to save the addition of the Log Collector to Panorama's configuration.

Unlike firewalls, Log Collectors are not typically assigned directly to Device Groups or Templates upon addition. Their primary configuration comes from Collector Groups and direct management via Panorama.

Configuring Collector Groups

Collector Groups are logical containers within Panorama used to group one or more Log Collectors. They are essential for directing log traffic and enabling redundancy.

A Log Collector must be successfully added to Panorama ( Managed Collectors ) before it can be added to a Collector Group.

A single Log Collector can belong to only one Collector Group at a time.

Assigning Log Forwarding to Collector Groups

Once Collector Groups are defined, you need to configure devices to send logs to them.

Forwarding Logs from Managed Firewalls

This is typically configured via Templates or Template Stacks .

Using Log Forwarding Profiles provides the most granular control over which logs get sent where (Collector Groups, Syslog, Email, SNMP, etc.). These profiles are then referenced in the device Log Settings.

Forwarding Logs from Panorama Itself

Panorama generates its own system and configuration logs, which can also be forwarded to a Collector Group.

Managing Log Collectors

Ongoing management tasks for Log Collectors via Panorama include:

Best Practices

Caveats / Gotchas / Considerations

PCNSE Exam Focus (Relevant to 11.0 Concepts)

References (Version 11.0)

These links point to the relevant sections within the official Palo Alto Networks documentation for Panorama version 11.0.