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).
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:#fffConceptual Log Flow to Strata Logging Service and access points.
Setting up logging to SLS involves configuration on the log-generating devices/services:
Objects > Log Forwarding
) specifying criteria and adding a profile action to forward to "Cloud Logging Service".
Device > Log Settings
) for System, Config, User-ID, HIP logs.
Objects > Log Forwarding
) pointing to Cloud Logging Service.
Device > Log Settings
) pointing to the cloud logging service, similar to NGFWs.
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.
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.
For the PCNSE exam, understand:
1. What is the Strata Logging Service (SLS)?
2. Which product often serves as the primary interface for querying logs stored in the Strata Logging Service?
3. Compared to on-premises Log Collectors, what is a key benefit of using the Strata Logging Service?
4. How are PAN-OS firewalls (managed by Panorama or SCM) typically configured to send logs to the Strata Logging Service?
5. Strata Logging Service serves as a crucial data source for which advanced capability within Strata Cloud Manager?
6. Which Palo Alto Networks logging solution is Strata Logging Service most closely related to or considered an evolution of?
7. What is a primary consideration when choosing an SLS region during setup?
8. What determines the length of time logs are stored in the Strata Logging Service?
9. Which component manages Role-Based Access Control (RBAC) for viewing logs stored within the Strata Logging Service?
10. True or False: Strata Logging Service requires customers to deploy and manage virtual machines for log storage.
Refer to the official Palo Alto Networks documentation for Strata Cloud Manager and related services.