<?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 do I create a Firewall Report with Both Destination IP and Destination Port? in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/How-do-I-create-a-Firewall-Report-with-Both-Destination-IP-and/m-p/33576#M643</link>
    <description>&lt;P&gt;I would like to know how to create a Firewall Deny Report that looks like this.&lt;BR /&gt;&lt;BR /&gt;
&lt;IMG src="http://i.imgur.com/j1yOb.jpg" alt="alt text" /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Apr 2012 20:04:21 GMT</pubDate>
    <dc:creator>jraquino</dc:creator>
    <dc:date>2012-04-23T20:04:21Z</dc:date>
    <item>
      <title>How do I create a Firewall Report with Both Destination IP and Destination Port?</title>
      <link>https://community.splunk.com/t5/Reporting/How-do-I-create-a-Firewall-Report-with-Both-Destination-IP-and/m-p/33576#M643</link>
      <description>&lt;P&gt;I would like to know how to create a Firewall Deny Report that looks like this.&lt;BR /&gt;&lt;BR /&gt;
&lt;IMG src="http://i.imgur.com/j1yOb.jpg" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2012 20:04:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-do-I-create-a-Firewall-Report-with-Both-Destination-IP-and/m-p/33576#M643</guid>
      <dc:creator>jraquino</dc:creator>
      <dc:date>2012-04-23T20:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a Firewall Report with Both Destination IP and Destination Port?</title>
      <link>https://community.splunk.com/t5/Reporting/How-do-I-create-a-Firewall-Report-with-Both-Destination-IP-and/m-p/33577#M644</link>
      <description>&lt;P&gt;Hey JR- one way to do that is to do a statistical count of destination ports and destination IPs that have been denied, then chart a sum by the destination ports and destination IPs as they apply.&lt;BR /&gt;
sourcetype="firewall" action=deny | stats count by dst dst_port | chart sum(count) by dst dst_port.  the fields will depend on your extracted fields, but give that a shot, it should do the trick.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:42:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-do-I-create-a-Firewall-Report-with-Both-Destination-IP-and/m-p/33577#M644</guid>
      <dc:creator>fwilmot</dc:creator>
      <dc:date>2020-09-28T11:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a Firewall Report with Both Destination IP and Destination Port?</title>
      <link>https://community.splunk.com/t5/Reporting/How-do-I-create-a-Firewall-Report-with-Both-Destination-IP-and/m-p/33578#M645</link>
      <description>&lt;P&gt;Any idea on how to use the output of that report but limit the number of IP's to say 5-10 and list them along the bottom?&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2014 00:05:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-do-I-create-a-Firewall-Report-with-Both-Destination-IP-and/m-p/33578#M645</guid>
      <dc:creator>lbogle</dc:creator>
      <dc:date>2014-05-30T00:05:54Z</dc:date>
    </item>
  </channel>
</rss>

