<?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: Splunk can't get data from remote machines in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-can-t-get-data-from-remote-machines/m-p/533827#M4536</link>
    <description>&lt;P&gt;To determine if a process is listening to a port, use the netstat command.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;netstat -ln | grep y&lt;/LI-CODE&gt;&lt;P&gt;Since I don't know what firewall you use I can't suggest commands to check it.&amp;nbsp; Consult your system admin (or Google).&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Dec 2020 14:05:44 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-12-22T14:05:44Z</dc:date>
    <item>
      <title>Splunk can't get data from remote machines</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-can-t-get-data-from-remote-machines/m-p/533736#M4524</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;Greetings!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need your help,&lt;/P&gt;&lt;P&gt;&amp;nbsp;Splunk server for log collector x.x.x.x port=y&amp;nbsp; can't receive data from all syslog sender that send data to this log collector server. And I have check the port by doing telnet&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&amp;gt;&amp;nbsp; &amp;nbsp;telnet IP port&amp;nbsp; :&amp;nbsp; &amp;nbsp; &amp;nbsp;telnet x.x.x.x&amp;nbsp; y and It is not responding,&lt;/P&gt;&lt;P&gt;what to do/check if you find this IP and port is not responding.....and this cause to not receive logs from all syslog sender.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help me how to troubleshoot this, Thank you in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2020 14:58:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-can-t-get-data-from-remote-machines/m-p/533736#M4524</guid>
      <dc:creator>pacifikn</dc:creator>
      <dc:date>2020-12-21T14:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk can't get data from remote machines</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-can-t-get-data-from-remote-machines/m-p/533738#M4525</link>
      <description>&lt;P&gt;Have you verified something is listening to that address and port?&amp;nbsp; Have you checked your firewalls?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2020 15:09:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-can-t-get-data-from-remote-machines/m-p/533738#M4525</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-12-21T15:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk can't get data from remote machines</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-can-t-get-data-from-remote-machines/m-p/533741#M4526</link>
      <description>&lt;P&gt;If the syslog receiver is using UDP you can't test it with telnet, instead try netcat.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;nc -z -v -u &amp;lt;your_IP&amp;gt; &amp;lt;your_port_number&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Although, a good start is to use netstat on the recieving host and confirm the host is listening on the right interface/port/proto!&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;netstat -ln|grep &amp;lt;your_port_number&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2020 15:28:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-can-t-get-data-from-remote-machines/m-p/533741#M4526</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-12-21T15:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk can't get data from remote machines</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-can-t-get-data-from-remote-machines/m-p/533788#M4532</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;SPAN class="UserName lia-user-name lia-user-rank-Ultra-Champion lia-component-message-view-widget-author-username"&gt;&lt;A href="https://community.splunk.com/t5/user/viewprofilepage/user-id/23295" target="_self"&gt;&lt;SPAN class=""&gt;nickhills,&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have tried the the below, here is what i get:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;nc -z -v -u&amp;nbsp; public-IP&amp;nbsp; port&amp;nbsp;&lt;/P&gt;&lt;P&gt;output:&lt;/P&gt;&lt;P&gt;Ncat: Version 7.50 (https:/nmap.org/ncat)&lt;/P&gt;&lt;P&gt;Ncat: Connected to Public-IP:port.&lt;/P&gt;&lt;P&gt;Ncat: UDP Packet sent successfully&lt;/P&gt;&lt;P&gt;Ncat: 1 bytes sent, 0 bytes received in 2.06 seconds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; &amp;nbsp; &amp;nbsp; netstat -ln | grep port&amp;nbsp;&lt;/P&gt;&lt;P&gt;tcp&amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp;0.0.0.0:port&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.0.0.0:*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; LISTEN&lt;/P&gt;&lt;P&gt;udp&amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0.0.0:port&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.0.0.0:*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;That are the output of the above command, in the second command there's no listening? how can I fix this? what is the issue ?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 05:23:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-can-t-get-data-from-remote-machines/m-p/533788#M4532</guid>
      <dc:creator>pacifikn</dc:creator>
      <dc:date>2020-12-22T05:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk can't get data from remote machines</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-can-t-get-data-from-remote-machines/m-p/533789#M4533</link>
      <description>&lt;P&gt;dear&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May you help me and share with me the command I can use to check the below information you shared? I use centos 7 ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I htave checked the syslog sender all are configured well to send logs into Splunk server log collector, But the problem is that I can't receive logs into splunk server log collector , what are the all troubleshooting to go through to check the root cause??kindly share with me all the command i can use to check all the services?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 05:32:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-can-t-get-data-from-remote-machines/m-p/533789#M4533</guid>
      <dc:creator>pacifikn</dc:creator>
      <dc:date>2020-12-22T05:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk can't get data from remote machines</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-can-t-get-data-from-remote-machines/m-p/533827#M4536</link>
      <description>&lt;P&gt;To determine if a process is listening to a port, use the netstat command.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;netstat -ln | grep y&lt;/LI-CODE&gt;&lt;P&gt;Since I don't know what firewall you use I can't suggest commands to check it.&amp;nbsp; Consult your system admin (or Google).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 14:05:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-can-t-get-data-from-remote-machines/m-p/533827#M4536</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-12-22T14:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk can't get data from remote machines</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-can-t-get-data-from-remote-machines/m-p/533832#M4537</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;netstat -ln | grep 514&lt;/P&gt;&lt;P&gt;tcp&amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.0.0.0:514&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.0.0.0:*&amp;nbsp; &amp;nbsp; &amp;nbsp;LISTEN&lt;/P&gt;&lt;P&gt;udp&amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0.0.0:514&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0.0.0:*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this the output I got from the above command.&amp;nbsp; In udp line there's no LISTEN info appeared , this is how should be or this means that is not listening?&amp;nbsp;&lt;/P&gt;&lt;P&gt;AND&lt;/P&gt;&lt;P&gt;nc -u x.x.x.x 514 , I got flashing point&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 14:54:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-can-t-get-data-from-remote-machines/m-p/533832#M4537</guid>
      <dc:creator>pacifikn</dc:creator>
      <dc:date>2020-12-22T14:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk can't get data from remote machines</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-can-t-get-data-from-remote-machines/m-p/533844#M4539</link>
      <description>&lt;P&gt;You should ask your network team for help with the ASA.&lt;/P&gt;&lt;P&gt;The server on which Splunk is running may have its own software firewall (iptables or the like).&amp;nbsp; It, too, must be checked to make sure it's not blocking the port.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 14:33:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-can-t-get-data-from-remote-machines/m-p/533844#M4539</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-12-22T14:33:34Z</dc:date>
    </item>
  </channel>
</rss>

