<?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: Smartview log export in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260667#M61430</link>
    <description>&lt;P&gt;The filters are same as you give on smartlog command would be&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example to filter port 587&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;mgmt_cli show logs new-query.time-frame "today" new-query.filter "service:TCP_587 AND blade:Firewall"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output in json&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;mgmt_cli show logs new-query.time-frame "today" new-query.filter "service:TCP_587 AND blade:Firewall" --format json &amp;gt; /tmp/test.json
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;Then edit with jq or jq -r to get the desired output in csv&lt;/P&gt;
&lt;P&gt;Or Directly convert those in csv using cplgv.exe from&amp;nbsp;&amp;nbsp;C:\Program Files (x86)\CheckPoint\SmartConsole\R82\PROGRAM and select export option to choose log file name&lt;/P&gt;
&lt;P&gt;or if you want to specifically select then&lt;/P&gt;
&lt;P&gt;use fw log command for particular log file from $FWDIR/log and then fitler the traffic for Accept or Drop or use grep accordingly&lt;/P&gt;</description>
    <pubDate>Thu, 23 Oct 2025 07:28:11 GMT</pubDate>
    <dc:creator>Blason_R</dc:creator>
    <dc:date>2025-10-23T07:28:11Z</dc:date>
    <item>
      <title>Smartview log export</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260654#M61426</link>
      <description>&lt;P&gt;I understand that in SmartView, the number of logs that can be exported at one time is currently limited to 1,000,000. Is there any way to work around this limitation? We are currently dealing with a ransomware incident and need to perform a full log investigation, so even if we filter the logs, exporting just one day’s worth would exceed 1,000,000 logs in just one hour. Alternatively, is there a more effective method to handle this?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 02:31:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260654#M61426</guid>
      <dc:creator>dkzndkqh</dc:creator>
      <dc:date>2025-10-23T02:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Smartview log export</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260660#M61427</link>
      <description>&lt;P&gt;Perhaps CLI options might work:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk118519" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk118519&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/R82/WebAdminGuides/EN/CP_R82_SecurityManagement_AdminGuide/Content/Topics-SECMG/CLI/fwm-logexport.htm" target="_blank"&gt;https://sc1.checkpoint.com/documents/R82/WebAdminGuides/EN/CP_R82_SecurityManagement_AdminGuide/Content/Topics-SECMG/CLI/fwm-logexport.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk118521" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk118521&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 04:36:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260660#M61427</guid>
      <dc:creator>Tal_Paz-Fridman</dc:creator>
      <dc:date>2025-10-23T04:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Smartview log export</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260661#M61428</link>
      <description>&lt;P&gt;Did you try with mgmt_cli? I always export the logs using the same filter and then using jq with csv its the faster one&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 05:52:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260661#M61428</guid>
      <dc:creator>Blason_R</dc:creator>
      <dc:date>2025-10-23T05:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Smartview log export</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260665#M61429</link>
      <description>&lt;P&gt;Could you share the commands or filters you are using?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 06:49:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260665#M61429</guid>
      <dc:creator>dkzndkqh</dc:creator>
      <dc:date>2025-10-23T06:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Smartview log export</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260667#M61430</link>
      <description>&lt;P&gt;The filters are same as you give on smartlog command would be&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example to filter port 587&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;mgmt_cli show logs new-query.time-frame "today" new-query.filter "service:TCP_587 AND blade:Firewall"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output in json&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;mgmt_cli show logs new-query.time-frame "today" new-query.filter "service:TCP_587 AND blade:Firewall" --format json &amp;gt; /tmp/test.json
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;Then edit with jq or jq -r to get the desired output in csv&lt;/P&gt;
&lt;P&gt;Or Directly convert those in csv using cplgv.exe from&amp;nbsp;&amp;nbsp;C:\Program Files (x86)\CheckPoint\SmartConsole\R82\PROGRAM and select export option to choose log file name&lt;/P&gt;
&lt;P&gt;or if you want to specifically select then&lt;/P&gt;
&lt;P&gt;use fw log command for particular log file from $FWDIR/log and then fitler the traffic for Accept or Drop or use grep accordingly&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 07:28:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260667#M61430</guid>
      <dc:creator>Blason_R</dc:creator>
      <dc:date>2025-10-23T07:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Smartview log export</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260670#M61431</link>
      <description>&lt;P&gt;What I want to do right now is extract data such as &lt;STRONG&gt;Time, Destination, Source User Name, Rule, Interface Direction, Policy Rule UID, Type, Interface, Source User DN, Machine Name, App Protocol, context_num, Policy Date, Service ID, Action, ID, Interface Name, Layer Name, Source Port, Product Family, Blade, Direction of Connection, lastupdatetime, Sequence Number, Source, Policy Name, id_generated_by_indexer, Database Tag, Log Server Origin, Service, connection_id, Origin, Marker, Destination Port, Protocol, High Level Log key, logid, sig_id, User, first, Policy Management, Destination Machine Name&lt;/STRONG&gt;, and I want the values to be properly aligned in the corresponding columns when opened in Excel, just like when exporting from SmartView. Is that possible?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 07:40:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260670#M61431</guid>
      <dc:creator>dkzndkqh</dc:creator>
      <dc:date>2025-10-23T07:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Smartview log export</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260671#M61432</link>
      <description>&lt;P&gt;Then you should&amp;nbsp; use cplgv and export in csv&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OR do that for every file then&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fw log -l -n -p   /opt/CPsuite-R81.20/fw1/log/2025-09-03_000000.log  &amp;gt; /tmp/test.log&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 07:46:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260671#M61432</guid>
      <dc:creator>Blason_R</dc:creator>
      <dc:date>2025-10-23T07:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Smartview log export</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260678#M61433</link>
      <description>&lt;H6&gt;ChatGPT의 말:&lt;/H6&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;When I run fw log , the file size ends up being in the gigabyte range.&amp;nbsp; is that right ..?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 23 Oct 2025 08:44:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260678#M61433</guid>
      <dc:creator>dkzndkqh</dc:creator>
      <dc:date>2025-10-23T08:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Smartview log export</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260697#M61434</link>
      <description>&lt;P&gt;Might be worth TAC case to confirm.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 13:59:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260697#M61434</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-10-23T13:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Smartview log export</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260712#M61435</link>
      <description>&lt;P&gt;That seems small. For me, 'fwm logexport' usually goes from a 2 GB original file to about 35 GB of text. I wrote a post a while ago about &lt;A href="https://community.checkpoint.com/t5/General-Topics/Processing-Logs-Exported-via-fwm-logexport-s/m-p/181360" target="_self"&gt;how I deal with exported log data&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 15:45:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260712#M61435</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2025-10-23T15:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Smartview log export</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260738#M61436</link>
      <description>&lt;P&gt;Gb range, sounds right.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 18:47:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260738#M61436</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-10-23T18:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Smartview log export</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260743#M61437</link>
      <description>&lt;P&gt;Log exporter -&amp;gt;&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk122323" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk122323&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In combination -&amp;gt; how to export old logs with log exporter -&amp;gt;&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk183376" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk183376&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 19:48:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260743#M61437</guid>
      <dc:creator>Lesley</dc:creator>
      <dc:date>2025-10-23T19:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Smartview log export</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260761#M61438</link>
      <description>&lt;P&gt;Having SmartView export more than 1 million records at a time is an RFE.&lt;/P&gt;
&lt;P&gt;Repeated, tightly scoped queries to the &lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/index.html#cli/show-logs~v2%20" target="_self"&gt;get-logs&lt;/A&gt; API endpoint piped through jq can format the output in CSV, if you want to go that route.&lt;BR /&gt;Not sure it's possible to specify a date range in the query in SmartView (maybe&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/9372"&gt;@Tomer_Noy&lt;/a&gt;&amp;nbsp;knows).&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 01:35:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Smartview-log-export/m-p/260761#M61438</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2025-10-24T01:35:03Z</dc:date>
    </item>
  </channel>
</rss>

