<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Understanding PAN-OS Dual Forwarding Mode and Log Delivery Behavior to Strata Logging Service (SLS) in General Articles</title>
    <link>https://live.paloaltonetworks.com/t5/general-articles/understanding-pan-os-dual-forwarding-mode-and-log-delivery/ta-p/1255293</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ferozv_0-1780476218161.png" style="width: 999px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/71543i128367D70A6DF730/image-size/large?v=v2&amp;amp;px=999" role="button" title="ferozv_0-1780476218161.png" alt="ferozv_0-1780476218161.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When PAN-OS is configured to use Strata Logging Service (SLS), administrators can choose between &lt;/SPAN&gt;&lt;STRONG&gt;Single Forwarding&lt;/STRONG&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;STRONG&gt;Dual Forwarding&lt;/STRONG&gt;&lt;SPAN&gt; modes. While both options facilitate log delivery to SLS, they utilize entirely different delivery mechanisms and provide different operational guarantees.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This distinction is critical if you observe logs that are present in a local Log Collector (LC) but missing from SLS. In many cases, this variance is expected behavior dictated by the forwarding architecture rather than a product defect or software regression.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This article details how log delivery operates in each mode, what behaviors to expect, and which deployment model to implement when complete log fidelity to SLS is required.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;Single Forwarding vs. Dual Forwarding&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;PAN-OS supports two forwarding models when SLS is in use:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Single Forwarding&lt;BR /&gt;&lt;/STRONG&gt;Logs are directed to a &lt;STRONG style="font-family: inherit;"&gt;single destination&lt;/STRONG&gt;&lt;SPAN&gt;—either a local Log Collector or SLS. PAN-OS maintains strict, acknowledgment-based delivery and automatically retries failed transmissions, ensuring &lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;guaranteed delivery&lt;/STRONG&gt;&lt;SPAN&gt; to the configured destination.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Dual Forwarding&lt;/STRONG&gt;&lt;BR /&gt;Logs are sent &lt;STRONG style="font-family: inherit;"&gt;simultaneously&lt;/STRONG&gt;&lt;SPAN&gt; to both a local Log Collector and SLS. In this mode, PAN-OS splits its delivery behavior:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Log delivery to the &lt;/SPAN&gt;&lt;STRONG&gt;Log Collector remains guaranteed&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Log delivery to &lt;/SPAN&gt;&lt;STRONG&gt;SLS operates on a best-effort basis&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Because these models handle data streams differently, you may observe discrepancies in log completeness between your Log Collector and SLS when Dual Forwarding is enabled.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2&gt;&amp;nbsp;&lt;/H2&gt;
&lt;H2&gt;&lt;STRONG&gt;Log Delivery Guarantees and Recommended Usage&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The underlying mechanics of Dual Forwarding mode dictate how data is prioritized:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Log Collector (LC):&lt;/STRONG&gt;&lt;SPAN&gt; PAN-OS maintains an in-memory queue, waits for processing acknowledgments, and actively retries failed deliveries. &lt;/SPAN&gt;&lt;STRONG&gt;Delivery is guaranteed.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Strata Logging Service (SLS):&lt;/STRONG&gt;&lt;SPAN&gt; PAN-OS utilizes a &lt;/SPAN&gt;&lt;STRONG&gt;fire-and-forget&lt;/STRONG&gt;&lt;SPAN&gt; delivery model. The firewall does not wait for a transport acknowledgment from SLS and does not retry dropped or failed transmissions. Consequently, minor log loss to SLS can occur by design during periods of high throughput or network congestion.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Operational Recommendation:&lt;/STRONG&gt;&lt;SPAN&gt; Dual Forwarding mode is primarily intended for short-term evaluation and migration scenarios (e.g., validating SLS log ingestion before decommissioning an on-premises Log Collector). It is &lt;/SPAN&gt;&lt;STRONG&gt;not recommended&lt;/STRONG&gt;&lt;SPAN&gt; as a permanent production configuration if absolute log fidelity to SLS is required.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For production environments requiring strictly guaranteed log delivery to SLS, Palo Alto Networks recommends configuring &lt;/SPAN&gt;&lt;STRONG&gt;Single Forwarding&lt;/STRONG&gt;&lt;SPAN&gt; directly to SLS.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Comparison at a Glance&lt;/STRONG&gt;&lt;/H4&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;Feature / Capability&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;Single Forwarding to SLS&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;Dual Forwarding (LC + SLS)&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;Primary Use Case&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;SPAN&gt;Production environments requiring full SLS fidelity&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;SPAN&gt;Short-term evaluation and migration testing&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;Delivery to Log Collector&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;SPAN&gt;N/A (Disabled)&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;Guaranteed&lt;/STRONG&gt;&lt;SPAN&gt; (Acknowledgment-based retries)&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;Delivery to SLS&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;Guaranteed&lt;/STRONG&gt;&lt;SPAN&gt; (Acknowledgment-based retries)&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;Best-Effort&lt;/STRONG&gt;&lt;SPAN&gt; (Fire-and-forget architecture)&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;SLS Retry Behavior&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;SPAN&gt;Available and active&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;SPAN&gt;Not available&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H2&gt;&lt;STRONG&gt;Frequently Asked Questions (FAQ)&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I see logs in my local Log Collector but not in SLS. Is this a bug?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Not necessarily. When Dual Forwarding is enabled, the firewall streams logs to SLS using a best-effort, fire-and-forget mechanism. Some log variance is expected by design because PAN-OS does not buffer or retry failed transmissions to SLS in this mode. However, if the volume of missing logs is significantly high, investigate potential environmental factors such as local network congestion, upstream ISP drops, or firewall-to-SLS connectivity disruptions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Did a recent PAN-OS release introduce this best-effort behavior?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;No. This architectural behavior has been inherent to Dual Forwarding mode since its inception. It is a structural design characteristic, not a regression introduced by any recent PAN-OS software update.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Will this behavior change or be enhanced in a future release?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Palo Alto Networks engineering teams are continuously evaluating architectural enhancements to our logging mechanisms. If your organization has strict compliance or architectural requirements for guaranteed dual-destination forwarding, please coordinate with your account team or Technical Assistance Center (TAC) to submit a formal Feature Request (FR).&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H2&gt;&lt;STRONG&gt;Summary&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Choosing the correct logging topology depends entirely on your compliance and operational mandates:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Single Forwarding to SLS&lt;/STRONG&gt;&lt;SPAN&gt; provides robust, acknowledgment-backed delivery and should always be used when complete SLS log fidelity is mandatory.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG style="font-family: inherit;"&gt;Dual Forwarding (LC + SLS)&lt;/STRONG&gt;&lt;SPAN&gt; prioritizes local logging integrity while providing a convenient, best-effort mirror to the cloud, making it ideal for proof-of-concepts and migration windows.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 03 Jun 2026 08:51:30 GMT</pubDate>
    <dc:creator>ferozv</dc:creator>
    <dc:date>2026-06-03T08:51:30Z</dc:date>
    <item>
      <title>Understanding PAN-OS Dual Forwarding Mode and Log Delivery Behavior to Strata Logging Service (SLS)</title>
      <link>https://live.paloaltonetworks.com/t5/general-articles/understanding-pan-os-dual-forwarding-mode-and-log-delivery/ta-p/1255293</link>
      <description>&lt;P&gt;When configuring PAN-OS with Strata Logging Service (SLS), choosing between Single Forwarding and Dual Forwarding modes drastically impacts your log delivery guarantees. If you’ve ever noticed log discrepancies between your local Log Collector and SLS, it might not be a bug—it’s architectural by design. While Dual Forwarding provides a convenient, best-effort cloud mirror ideal for short-term migrations, it relies on a fire-and-forget mechanism for SLS. Discover the underlying mechanics of both modes and learn why transitioning to Single Forwarding is the recommended path for production environments requiring absolute log fidelity.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2026 08:51:30 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-articles/understanding-pan-os-dual-forwarding-mode-and-log-delivery/ta-p/1255293</guid>
      <dc:creator>ferozv</dc:creator>
      <dc:date>2026-06-03T08:51:30Z</dc:date>
    </item>
  </channel>
</rss>

