<?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 Can you help me with my checkpoint log export? in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Can-you-help-me-with-my-checkpoint-log-export/m-p/424692#M6987</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;I am a novice when it comes to Splunk. I am in the process of building a POC using checkpoint log export feature. I am running R77.30 T338. My goal is to export log from customer CLM to Splunk 7.2.0. Below is my configuration on checkpoint side:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;[Expert@mlm11:0] cp_log_export show

name: C1-export domain-server: clm1
           enabled: true
           target-server: 172.16.1.10
           target-port: 4321
           protocol: tcp
           format: splunk
           read-mode: raw
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Once this export is restarted, I can see that SYN are being sent to Splunk instance, by looking at the netstat on the MLM server.&lt;/P&gt;
&lt;P&gt;However, SYN ack is never sent back so three way handshake cannot complete. When I try simple telnet to this remote port 4321, I do not receive any response either. I guess I am missing something in Splunk configuration. I have set up a new Data input as local tcp on port 4321. I can see that is is listening on it&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;[splunk@siem1 ~]$ netstat -antp | grep 4321
tcp         0       0 0.0.0.0:4321        0.0.0.0:*           LISTEN 1657/splunkd
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;From Splunk itself, I am able to connect to this port locally.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jun 2020 22:49:47 GMT</pubDate>
    <dc:creator>mkukan</dc:creator>
    <dc:date>2020-06-08T22:49:47Z</dc:date>
    <item>
      <title>Can you help me with my checkpoint log export?</title>
      <link>https://community.splunk.com/t5/Reporting/Can-you-help-me-with-my-checkpoint-log-export/m-p/424692#M6987</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;I am a novice when it comes to Splunk. I am in the process of building a POC using checkpoint log export feature. I am running R77.30 T338. My goal is to export log from customer CLM to Splunk 7.2.0. Below is my configuration on checkpoint side:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;[Expert@mlm11:0] cp_log_export show

name: C1-export domain-server: clm1
           enabled: true
           target-server: 172.16.1.10
           target-port: 4321
           protocol: tcp
           format: splunk
           read-mode: raw
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Once this export is restarted, I can see that SYN are being sent to Splunk instance, by looking at the netstat on the MLM server.&lt;/P&gt;
&lt;P&gt;However, SYN ack is never sent back so three way handshake cannot complete. When I try simple telnet to this remote port 4321, I do not receive any response either. I guess I am missing something in Splunk configuration. I have set up a new Data input as local tcp on port 4321. I can see that is is listening on it&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;[splunk@siem1 ~]$ netstat -antp | grep 4321
tcp         0       0 0.0.0.0:4321        0.0.0.0:*           LISTEN 1657/splunkd
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;From Splunk itself, I am able to connect to this port locally.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 22:49:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Can-you-help-me-with-my-checkpoint-log-export/m-p/424692#M6987</guid>
      <dc:creator>mkukan</dc:creator>
      <dc:date>2020-06-08T22:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me with my checkpoint log export?</title>
      <link>https://community.splunk.com/t5/Reporting/Can-you-help-me-with-my-checkpoint-log-export/m-p/424693#M6988</link>
      <description>&lt;P&gt;Did you ever resolve this issue?  I'm running into the exact same issue currently.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 17:37:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Can-you-help-me-with-my-checkpoint-log-export/m-p/424693#M6988</guid>
      <dc:creator>ca1bab</dc:creator>
      <dc:date>2020-04-07T17:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me with my checkpoint log export?</title>
      <link>https://community.splunk.com/t5/Reporting/Can-you-help-me-with-my-checkpoint-log-export/m-p/532205#M8616</link>
      <description>&lt;P&gt;I had a similar problem.&lt;/P&gt;&lt;P&gt;Our setup is:&lt;/P&gt;&lt;P&gt;CheckPoint Log Server =&amp;gt; Splunk Intermediate Heavy Forwarder =&amp;gt; Splunk Cloud indexer.&lt;/P&gt;&lt;P&gt;The Intermediate HF was set-up to listen on TCP 514 from limited list of IP addresses (CheckPoint Log Servers).&lt;/P&gt;&lt;P&gt;It didn't work, because you are not allowed to listen on ports below 1024 on Linux if you don't have root privileges. The intermediate HF was sending "Reset" packages to the LogExporter Log server.&lt;/P&gt;&lt;P&gt;After that, I changed the port to 9997, but it didn't work as well, because this port is reserved for Splunk "cooked" data ingestion from Splunk instances.&lt;/P&gt;&lt;P&gt;Finally, I made it work after selecting the port 18188. This port turned-out to be free and not reserved for other apps.&lt;/P&gt;&lt;P&gt;This is example of my inputs.conf on the Heavy Forwarder:&lt;/P&gt;&lt;P&gt;[tcp://1.2.3.4:18188]&lt;BR /&gt;host = checkpoint_host_1&lt;BR /&gt;sourcetype = cp_log&lt;BR /&gt;index = logexporter_index&lt;/P&gt;&lt;P&gt;[tcp://1.2.3.5:18188]&lt;BR /&gt;host = checkpoint_host_2&lt;BR /&gt;sourcetype = cp_log&lt;BR /&gt;index = logexporter_index&lt;/P&gt;&lt;P&gt;[tcp://1.2.3.6:18188]&lt;BR /&gt;host = checkpoint_host_3&lt;BR /&gt;sourcetype = cp_log&lt;BR /&gt;index = logexporter_index&lt;/P&gt;&lt;P&gt;The outputs.conf file is set to send the data to the cloud:&lt;/P&gt;&lt;P&gt;[tcpout]&lt;BR /&gt;defaultGroup = splunkcloud&lt;/P&gt;&lt;P&gt;[tcpout:splunkcloud]&lt;BR /&gt;server = input_host.splunkcloud.com:9997&lt;BR /&gt;compressed = false&lt;/P&gt;&lt;P&gt;Seems like the port number is very important and you cannot select just any random port...&lt;/P&gt;&lt;P&gt;Also you need to check if the traffic is not being blocked on a Firewall device between the Log Server and Splunk instance.&lt;/P&gt;&lt;P&gt;I hope that this info is helpful, because I didn't find anything like that in the CheckPoint Log Exporter documentation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 15:35:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Can-you-help-me-with-my-checkpoint-log-export/m-p/532205#M8616</guid>
      <dc:creator>boyanmilushev</dc:creator>
      <dc:date>2020-12-07T15:35:38Z</dc:date>
    </item>
  </channel>
</rss>

