<?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>topic Re: Panorama Log Collector Forwarding Traffic Strings in Panorama Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/panorama-discussions/panorama-log-collector-forwarding-traffic-strings/m-p/504198#M958</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/117258"&gt;@ElliotM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for the post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you check whether this string works for your filter?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;!(( app eq dns ) and (( addr.dst in 10.0.0.0/8) or ( addr.dst in 8.8.8.8) or ( addr.dst in 8.8.4.4))) and !(( app eq ping ) and (( addr.src notin 10.29.100.1) or ( addr.src notin 10.29.100.2) or ( addr.src notin 10.10.29.100.3))) and !(( app eq kerberos ) and ( addr.dst notin 10.0.0.0/8))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jun 2022 12:54:13 GMT</pubDate>
    <dc:creator>PavelK</dc:creator>
    <dc:date>2022-06-16T12:54:13Z</dc:date>
    <item>
      <title>Panorama Log Collector Forwarding Traffic Strings</title>
      <link>https://live.paloaltonetworks.com/t5/panorama-discussions/panorama-log-collector-forwarding-traffic-strings/m-p/504149#M957</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently we have &lt;LI-PRODUCT title="Panorama" id="Panorama"&gt;&lt;/LI-PRODUCT&gt; set up to forward all logs to an external log collection service. Due to the cost we would like to reduce the traffic logs that we are forwarding.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The traffic logs we wish to exclude from being forwarded are the below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DNS traffic to 10.0.0.0/8&lt;/P&gt;
&lt;P&gt;DNS traffic to 8.8.8.8&lt;/P&gt;
&lt;P&gt;DNS traffic to 8.8.4.4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ping traffic from 10.29.100.1&lt;/P&gt;
&lt;P&gt;Ping traffic from 10.29.100.2&lt;/P&gt;
&lt;P&gt;Ping traffic from 10.29.100.3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kerberos traffic to 10.0.0.0/8&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried using the below string (and many variations) however it either &lt;STRONG&gt;doesn't&lt;/STRONG&gt; filter out the above or only filters &lt;STRONG&gt;shows&lt;/STRONG&gt; the above!&lt;/P&gt;
&lt;P&gt;I think my issue is a case of not putting the () in the correct places?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;( app eq dns ) and ( addr.dst notin 10.0.0.0/8 ) and ( addr.dst notin 8.8.8.8 ) and ( addr.dst notin 8.8.4.4 ) and (( app eq ping ) and ( addr.src notin 10.29.100.1 ) or ( addr.src notin 10.29.100.2 ) or ( addr.src notin 10.10.29.100.3 )) and (((app eq kerberos) and ( addr.dst notin 10.0.0.0/8 )))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for any assistance&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 10:29:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/panorama-discussions/panorama-log-collector-forwarding-traffic-strings/m-p/504149#M957</guid>
      <dc:creator>ElliotM</dc:creator>
      <dc:date>2022-06-16T10:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Panorama Log Collector Forwarding Traffic Strings</title>
      <link>https://live.paloaltonetworks.com/t5/panorama-discussions/panorama-log-collector-forwarding-traffic-strings/m-p/504198#M958</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/117258"&gt;@ElliotM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for the post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you check whether this string works for your filter?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;!(( app eq dns ) and (( addr.dst in 10.0.0.0/8) or ( addr.dst in 8.8.8.8) or ( addr.dst in 8.8.4.4))) and !(( app eq ping ) and (( addr.src notin 10.29.100.1) or ( addr.src notin 10.29.100.2) or ( addr.src notin 10.10.29.100.3))) and !(( app eq kerberos ) and ( addr.dst notin 10.0.0.0/8))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 12:54:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/panorama-discussions/panorama-log-collector-forwarding-traffic-strings/m-p/504198#M958</guid>
      <dc:creator>PavelK</dc:creator>
      <dc:date>2022-06-16T12:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Panorama Log Collector Forwarding Traffic Strings</title>
      <link>https://live.paloaltonetworks.com/t5/panorama-discussions/panorama-log-collector-forwarding-traffic-strings/m-p/504922#M960</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/192693"&gt;@PavelK&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for replying however it doesn't seem to work as expected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't see ANY dns traffic to other destinations and i am also still seeing kerberos traffic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 13:31:38 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/panorama-discussions/panorama-log-collector-forwarding-traffic-strings/m-p/504922#M960</guid>
      <dc:creator>ElliotM</dc:creator>
      <dc:date>2022-06-20T13:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Panorama Log Collector Forwarding Traffic Strings</title>
      <link>https://live.paloaltonetworks.com/t5/panorama-discussions/panorama-log-collector-forwarding-traffic-strings/m-p/504999#M961</link>
      <description>&lt;P&gt;Thank you for reply&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/117258"&gt;@ElliotM&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for dns log part, I tested it in my Panorama and I got desired result, so I am not sure what the issue is. For other part, I changed syntax. Could you test below string?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;!(( app eq dns ) and (( addr.dst in 10.0.0.0/8) or ( addr.dst in 8.8.8.8) or ( addr.dst in 8.8.4.4))) and !(( app eq ping ) and (( addr.src eq 10.29.100.1) or ( addr.src eq 10.29.100.2) or ( addr.src eq 10.10.29.100.3))) and !(( app eq kerberos ) and ( addr.dst eq 10.0.0.0/8))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 11:50:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/panorama-discussions/panorama-log-collector-forwarding-traffic-strings/m-p/504999#M961</guid>
      <dc:creator>PavelK</dc:creator>
      <dc:date>2022-06-21T11:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Panorama Log Collector Forwarding Traffic Strings</title>
      <link>https://live.paloaltonetworks.com/t5/panorama-discussions/panorama-log-collector-forwarding-traffic-strings/m-p/505081#M962</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/192693"&gt;@PavelK&lt;/a&gt; &lt;/P&gt;
&lt;P&gt;This is working as expected from what i can see, thanks for the help.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 10:31:20 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/panorama-discussions/panorama-log-collector-forwarding-traffic-strings/m-p/505081#M962</guid>
      <dc:creator>ElliotM</dc:creator>
      <dc:date>2022-06-21T10:31:20Z</dc:date>
    </item>
  </channel>
</rss>

