<?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: How to quickly check log indexing backlog in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-quickly-check-log-indexing-backlog/m-p/15129#M99352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would re-build FetchedFiles as described here&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk113117" title="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk113117"&gt;"SmartLog is not active or unreachable" warning when trying to connect with SmartLog GUI to SmartLog Server&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/73207_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Nov 2018 11:14:04 GMT</pubDate>
    <dc:creator>Kaspars_Zibarts</dc:creator>
    <dc:date>2018-11-06T11:14:04Z</dc:date>
    <item>
      <title>How to quickly check log indexing backlog</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-quickly-check-log-indexing-backlog/m-p/15126#M99349</link>
      <description>&lt;P&gt;We've been struggling with log search performance since upgrading to R80.10 (yes - we have upgraded VM HW, quadrupled it to 16 cores and 128GB RAM but still slow). Case is still open with CP and if anyone has good ideas let us know!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the side I wrote this one-liner that gives you quick look at indexer backlog - it will show which files are being crunched apart from fw.log and fw.adtlog. This is MDS version so just take the outside loop away and it should work on SmartCentre server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;ls -1 $MDSDIR/customers | while read CLM; do mdsenv $CLM; echo; echo $CLM; cat $INDEXERDIR/data/FetchedFiles | while read line; do if [ `echo $line | awk '{print $7}'` -eq 0 ] &amp;amp;&amp;amp; [ `echo $line | grep -c " fw."` -eq 0 ] &amp;amp;&amp;amp; &amp;nbsp;[ `echo $line | grep -c "serialization"` -eq 0 ]; then echo $line; fi done; done&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output will look like this, you can see that two files under CLM-x are being crunched apart from fw.log and fwadt.log&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG style="width: 620px; height: 525px;" class="image-1 jive-image j-img-original" src="/legacyfs/online/checkpoint/61120_indexer backlog.jpg" border="0" alt="Indexing backlog" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good reading reference in&amp;nbsp;sk112336 and&amp;nbsp;sk97885&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 09:22:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-quickly-check-log-indexing-backlog/m-p/15126#M99349</guid>
      <dc:creator>Kaspars_Zibarts</dc:creator>
      <dc:date>2021-02-19T09:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to quickly check log indexing backlog</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-quickly-check-log-indexing-backlog/m-p/15127#M99350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another one for the &lt;A href="https://community.checkpoint.com/community/management/visibility-monitoring?sr=search&amp;amp;searchId=f1156ea7-6806-4811-b8e1-587324f74eb4&amp;amp;searchIndex=0" target="_blank"&gt;https://community.checkpoint.com/community/management/visibility-monitoring?sr=search&amp;amp;searchId=f1156ea7-6806-4811-b8e1-587324f74eb4&amp;amp;searchIndex=0&lt;/A&gt;‌ space&lt;/P&gt;&lt;P&gt;Thanks for sharing!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2019 09:05:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-quickly-check-log-indexing-backlog/m-p/15127#M99350</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-06-21T09:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to quickly check log indexing backlog</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-quickly-check-log-indexing-backlog/m-p/15128#M99351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it normal that FetchedFiles file shows log files, which are not even existing on MLM at all?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 08:23:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-quickly-check-log-indexing-backlog/m-p/15128#M99351</guid>
      <dc:creator>Martin_Valenta</dc:creator>
      <dc:date>2018-11-06T08:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to quickly check log indexing backlog</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-quickly-check-log-indexing-backlog/m-p/15129#M99352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would re-build FetchedFiles as described here&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk113117" title="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk113117"&gt;"SmartLog is not active or unreachable" warning when trying to connect with SmartLog GUI to SmartLog Server&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/73207_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 11:14:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-quickly-check-log-indexing-backlog/m-p/15129#M99352</guid>
      <dc:creator>Kaspars_Zibarts</dc:creator>
      <dc:date>2018-11-06T11:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to quickly check log indexing backlog</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-quickly-check-log-indexing-backlog/m-p/15130#M99353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2019 15:32:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-quickly-check-log-indexing-backlog/m-p/15130#M99353</guid>
      <dc:creator>Yoel_Maaravi</dc:creator>
      <dc:date>2019-02-08T15:32:12Z</dc:date>
    </item>
  </channel>
</rss>

