Strata Logging Service (SLS) Overview

PCNSE Objective Focus (Domain 5 - 18%)

5.1 Interpret log files, reports, and graphs to determine traffic and threat trends

5.4 Monitor Network Security with the ACC, AppScope, logs, and reports

(Related Concepts)

Introduction: Cloud-Native Logging Backbone

The Strata Logging Service (SLS) is Palo Alto Networks' cloud-native, multi-tenant logging infrastructure. It serves as the primary destination for logs generated by various Palo Alto Networks products within the Strata ecosystem, including Next-Generation Firewalls (NGFWs), Prisma Access, and Prisma SD-WAN.

SLS effectively replaces Cortex Data Lake (CDL) for many newer SASE deployments and provides a scalable, secure, and centrally managed platform for log aggregation, storage, and analysis. It is tightly integrated with Strata Cloud Manager (SCM) , which acts as the primary interface for viewing and querying logs stored in SLS.

Think of SLS as the evolution of CDL, designed specifically as the logging backend for the unified Strata management platform (SCM).

Key Features and Benefits

Architecture and Log Flow

The general flow involves log sources sending data securely to the regional SLS instance associated with the customer's tenant.

graph TD
    subgraph Log_Sources [Log Sources]
        FW(NGFWs)
        PA(Prisma Access SPNs)
        ION(Prisma SD-WAN IONs)
        GP(GlobalProtect Agents)
    end

    subgraph Logging_Transport [Log Forwarding]
        direction LR
        Fwd1[Secure Forwarding SSL/TLS]
    end

    subgraph Cloud_Services [Cloud Services]
        SLS[Strata Logging Service - Regional Instance]
        SCM[Strata Cloud Manager]
        AIOps[AIOps Engine]
        XDR[Optional Cortex XDR]
        SIEM[Optional External SIEM]
    end

    FW -- Logs via Profile --> Fwd1
    PA -- Logs Streamed --> Fwd1
    ION -- Logs via Config --> Fwd1
    GP -- Telemetry/Logs --> Fwd1

    Fwd1 --> SLS

    SLS -- Data Feed --> SCM
    SLS -- Data Feed --> AIOps
    SLS -- Data Feed --> XDR
    SLS -- Log Forwarding --> SIEM

    SCM -- Queries/Views --> SLS
    AIOps -- Analyzes --> SLS
    XDR -- Queries --> SLS

    style SLS fill:#20c997,stroke:#000,color:#fff
    style SCM fill:#007bff,stroke:#000,color:#fff
    style AIOps fill:#6f42c1,stroke:#000,color:#fff


             
Conceptual Log Flow to Strata Logging Service and access points.

Configuration Overview

Setting up logging to SLS involves configuration on the log-generating devices/services:

The key mechanism for directing logs from PAN-OS devices (NGFW/Panorama-managed Prisma Access) is the Log Forwarding Profile object specifying "Cloud Logging Service" as the destination.

Comparison: SLS vs. CDL vs. On-Prem Logging

Feature Strata Logging Service (SLS) Cortex Data Lake (CDL) On-Prem Syslog / SIEM
Deployment Cloud-Native SaaS (PANW Managed) Cloud-Native SaaS (PANW Managed) Customer Managed (Hardware/VM)
Infrastructure Mgmt None (by Customer) None (by Customer) Customer Responsibility (Scaling, Patching, HA, Storage)
Primary Interface Strata Cloud Manager (SCM) Panorama, CDL App, Cortex XDR, API SIEM Console, Log Analysis Tools
Scalability High (Cloud Managed) High (Cloud Managed) Limited by Customer Infrastructure
Primary Use Case Logging backend for Strata platform (SCM, SASE) Central logging for PANW products (prior to or alongside SLS) General log aggregation, correlation with non-PANW sources
AIOps Integration Tight integration via SCM Can integrate with AIOps for NGFW Requires specific SIEM integrations

SLS and CDL are both Palo Alto Networks cloud logging solutions. SLS is increasingly the standard logging backend, especially for services managed through SCM, while CDL remains relevant, particularly for environments primarily managed by Panorama.

Best Practices

Caveats and Considerations

  • Licensing Costs: Log storage volume and retention duration are licensed components and can represent a significant cost.
  • Connectivity: Managed devices require reliable outbound connectivity (HTTPS/TLS) to the regional SLS endpoints. Firewall rules and routing must permit this.
  • Data Residency: Ensure the correct SLS region is selected during setup to comply with data sovereignty requirements.
  • Query Performance: While scalable, querying extremely large datasets over long time ranges can impact performance. Use specific time ranges and filters.
  • Migration: Migrating from existing on-prem SIEM or potentially even older CDL instances to SLS requires planning.
  • SCM Dependency: Querying and interacting with SLS logs primarily occurs through the Strata Cloud Manager interface.

PCNSE Exam Focus

For the PCNSE exam, understand:

Strata Logging Service (SLS) Quiz

1. What is the Strata Logging Service (SLS)?

SLS is the cloud-based logging platform serving as the backend for Strata Cloud Manager and related products like Prisma Access.

2. Which product often serves as the primary interface for querying logs stored in the Strata Logging Service?

Strata Cloud Manager provides the integrated user interface for viewing, searching, and reporting on logs stored within the associated Strata Logging Service instance.

3. Compared to on-premises Log Collectors, what is a key benefit of using the Strata Logging Service?

As a cloud-managed service, SLS removes the operational overhead associated with deploying, maintaining, scaling, and securing on-premises logging hardware or VMs. Storage/retention is licensed.

4. How are PAN-OS firewalls (managed by Panorama or SCM) typically configured to send logs to the Strata Logging Service?

The standard mechanism involves using Log Forwarding Profiles assigned to policies or device log settings, where the profile action is configured to send logs to the 'Cloud Logging Service' (which directs them to the appropriate SLS instance).

5. Strata Logging Service serves as a crucial data source for which advanced capability within Strata Cloud Manager?

The AIOps features in SCM rely heavily on the comprehensive log data stored in SLS to perform analysis, detect anomalies, provide insights, and make recommendations.

6. Which Palo Alto Networks logging solution is Strata Logging Service most closely related to or considered an evolution of?

Strata Logging Service builds upon the foundation of Cortex Data Lake, serving as the integrated logging backend for the Strata platform and SCM.

7. What is a primary consideration when choosing an SLS region during setup?

Selecting the correct SLS region is critical for meeting data residency regulations (like GDPR) which dictate where data can be stored and processed.

8. What determines the length of time logs are stored in the Strata Logging Service?

Log retention duration (e.g., 30 days, 1 year, longer) and the total storage volume are typically determined by the specific SLS license or tier purchased by the customer.

9. Which component manages Role-Based Access Control (RBAC) for viewing logs stored within the Strata Logging Service?

Since SCM is the primary interface for SLS, access control (determining which users can see which logs or reports) is managed through SCM's Role-Based Access Control system.

10. True or False: Strata Logging Service requires customers to deploy and manage virtual machines for log storage.

False. SLS is a fully cloud-managed SaaS offering. Palo Alto Networks manages the underlying storage infrastructure, scalability, and maintenance, relieving the customer of this operational burden.

References

Refer to the official Palo Alto Networks documentation for Strata Cloud Manager and related services.