<?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: R80.10 smart dashboard has overview Tab as available in R77.30 in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/R80-10-smart-dashboard-has-overview-Tab-as-available-in-R77-30/m-p/49395#M9670</link>
    <description>&lt;P&gt;Hi Phone Boy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the customer needs report of complete rule base configured on Management server at multiple locations. Using the above screenshot its easy to pull out details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 01 Apr 2019 05:34:54 GMT</pubDate>
    <dc:creator>Ankur_Datta</dc:creator>
    <dc:date>2019-04-01T05:34:54Z</dc:date>
    <item>
      <title>R80.10 smart dashboard has overview Tab as available in R77.30</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-10-smart-dashboard-has-overview-Tab-as-available-in-R77-30/m-p/49148#M9627</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Does R80.10 dashboard has Overview tab that was available in R77.30?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The requirement is we need to check how many rules configured and out of which how many are disabled or expired.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Scrolling through rule base having rules more that 5000 takes much time.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Policy.PNG" style="width: 504px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/528iD82CDAA0F93D4F48/image-size/large?v=v2&amp;amp;px=999" role="button" title="Policy.PNG" alt="Policy.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 10:10:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-10-smart-dashboard-has-overview-Tab-as-available-in-R77-30/m-p/49148#M9627</guid>
      <dc:creator>Ankur_Datta</dc:creator>
      <dc:date>2019-03-29T10:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: R80.10 smart dashboard has overview Tab as available in R77.30</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-10-smart-dashboard-has-overview-Tab-as-available-in-R77-30/m-p/49176#M9633</link>
      <description>That specific screen? No.&lt;BR /&gt;That said, you could potentially figure this out using the API and a bit of scripting.&lt;BR /&gt;What's the end game here?&lt;BR /&gt;In other words, what do you plan to do with the information?</description>
      <pubDate>Fri, 29 Mar 2019 13:48:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-10-smart-dashboard-has-overview-Tab-as-available-in-R77-30/m-p/49176#M9633</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-03-29T13:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: R80.10 smart dashboard has overview Tab as available in R77.30</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-10-smart-dashboard-has-overview-Tab-as-available-in-R77-30/m-p/49395#M9670</link>
      <description>&lt;P&gt;Hi Phone Boy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the customer needs report of complete rule base configured on Management server at multiple locations. Using the above screenshot its easy to pull out details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 05:34:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-10-smart-dashboard-has-overview-Tab-as-available-in-R77-30/m-p/49395#M9670</guid>
      <dc:creator>Ankur_Datta</dc:creator>
      <dc:date>2019-04-01T05:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: R80.10 smart dashboard has overview Tab as available in R77.30</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-10-smart-dashboard-has-overview-Tab-as-available-in-R77-30/m-p/49444#M9683</link>
      <description>&lt;P&gt;That doesn't explain what they plan on doing with the information.&lt;/P&gt;
&lt;P&gt;If you're going to delete rules with zero hit count, for instance, &lt;A href="https://community.checkpoint.com/t5/Developers-API-CLI/Disable-Delete-Rules-with-a-Zero-Hit-Count-MDS-or-SMS/m-p/40005" target="_self"&gt;you can automate that&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;If you just want to know how many rules are disabled on a given policy layer, something like the following would work, assuming a rulebase of less than 500 lines:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;mgmt_cli -r true --format json show access-rulebase name "MyPolicy Network" | jq '.rulebase[].enabled' | grep false | wc -l&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Variations of the above could be used to give you other information. See also &lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/index.html" target="_blank" rel="noopener"&gt;the API docs&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 12:07:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-10-smart-dashboard-has-overview-Tab-as-available-in-R77-30/m-p/49444#M9683</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-04-01T12:07:27Z</dc:date>
    </item>
  </channel>
</rss>

