<?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 How to generate a search to monitor Palo Alto firewall logs? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-monitor-Palo-Alto-firewall-logs/m-p/206953#M60303</link>
    <description>&lt;P&gt;Can someone help out with a search for the below context:&lt;/P&gt;

&lt;P&gt;1) Need to get all the public IPs having blocked traffic (with blocked log count &amp;gt;100 )&lt;BR /&gt;
 2) IPs identified in step 1 should also have an allowed connection(count&amp;gt;1) through the firewall.&lt;/P&gt;

&lt;P&gt;Please let me know the search? This search need to be used for Palo Alto Firewall logs. Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Dec 2016 13:48:11 GMT</pubDate>
    <dc:creator>yashwanth_g_pra</dc:creator>
    <dc:date>2016-12-26T13:48:11Z</dc:date>
    <item>
      <title>How to generate a search to monitor Palo Alto firewall logs?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-monitor-Palo-Alto-firewall-logs/m-p/206953#M60303</link>
      <description>&lt;P&gt;Can someone help out with a search for the below context:&lt;/P&gt;

&lt;P&gt;1) Need to get all the public IPs having blocked traffic (with blocked log count &amp;gt;100 )&lt;BR /&gt;
 2) IPs identified in step 1 should also have an allowed connection(count&amp;gt;1) through the firewall.&lt;/P&gt;

&lt;P&gt;Please let me know the search? This search need to be used for Palo Alto Firewall logs. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2016 13:48:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-monitor-Palo-Alto-firewall-logs/m-p/206953#M60303</guid>
      <dc:creator>yashwanth_g_pra</dc:creator>
      <dc:date>2016-12-26T13:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a search to monitor Palo Alto firewall logs?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-monitor-Palo-Alto-firewall-logs/m-p/206954#M60304</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;

&lt;P&gt;Do you mind sharing some sample data to work with ?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2016 15:57:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-monitor-Palo-Alto-firewall-logs/m-p/206954#M60304</guid>
      <dc:creator>alemarzu</dc:creator>
      <dc:date>2016-12-26T15:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a search to monitor Palo Alto firewall logs?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-monitor-Palo-Alto-firewall-logs/m-p/206955#M60305</link>
      <description>&lt;P&gt;Do you mean something with that kind of logic:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;tag=network 
| stats count(eval(action=="failure")) as failure, count(eval(action=="success")) as success by src
| search failure &amp;gt; 100 success &amp;gt; 1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 26 Dec 2016 16:25:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-monitor-Palo-Alto-firewall-logs/m-p/206955#M60305</guid>
      <dc:creator>mdessus_splunk</dc:creator>
      <dc:date>2016-12-26T16:25:13Z</dc:date>
    </item>
  </channel>
</rss>

