<?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 not receiving syslog messages in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-syslog-messages/m-p/79782#M16397</link>
    <description>&lt;P&gt;Thanks for the quick response, I only see:&lt;/P&gt;

&lt;P&gt;[System]&lt;BR /&gt;
  UDP    0.0.0.0:514            &lt;EM&gt;:&lt;/EM&gt;&lt;BR /&gt;
  Splunkd&lt;/P&gt;

&lt;P&gt;Strangely, I could add it via the command line with:&lt;/P&gt;

&lt;P&gt;C:\Program Files\Splunk\bin&amp;gt;splunk add udp 514 -sourcetype syslog&lt;BR /&gt;
Listening for UDP input on port 514.&lt;/P&gt;

&lt;P&gt;C:\Program Files\Splunk\bin&amp;gt;splunk list udp&lt;BR /&gt;
Listening for input on the following UDP ports:&lt;BR /&gt;
        514&lt;BR /&gt;
        51414&lt;/P&gt;

&lt;P&gt;And the port appears in the GUI. If I then delete from the GUI I can then re-add it - odd!&lt;/P&gt;</description>
    <pubDate>Wed, 02 Oct 2013 13:47:07 GMT</pubDate>
    <dc:creator>jslater</dc:creator>
    <dc:date>2013-10-02T13:47:07Z</dc:date>
    <item>
      <title>Splunk not receiving syslog messages</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-syslog-messages/m-p/79780#M16395</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I've installed Splunk on a Windows 2008R2 server and am trying to get it to receive syslog messages on the default UDP 514 port. Adding this in via Data Inputs results in "UDP port 514 is not available" which I have seen means it's already pre-defined, and is backed up by messages in the log:&lt;/P&gt;

&lt;P&gt;10-02-2013 13:37:38.017 +0100 ERROR AdminManager - Parameter name: UDP port 514 is not available.&lt;BR /&gt;
10-02-2013 13:50:30.488 +0100 INFO  TcpInputConfig - IPv4 port 514 is reserved for raw input&lt;/P&gt;

&lt;P&gt;However, Splunk is not receiving anything over this port. I have confirmed this is open/working by downloading another open source syslog receiver on the same server, &amp;amp; this is quite happily receiving syslog messages from my test clients.&lt;/P&gt;

&lt;P&gt;Similar questions posed have all been Linux related, is there anything special that needs to be done on a Windows server?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2013 13:16:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-syslog-messages/m-p/79780#M16395</guid>
      <dc:creator>jslater</dc:creator>
      <dc:date>2013-10-02T13:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk not receiving syslog messages</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-syslog-messages/m-p/79781#M16396</link>
      <description>&lt;P&gt;Sounds like port 514 is already in use on the windows server.  Can you validate ports in use by which processes via netstat -b -a.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2013 13:37:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-syslog-messages/m-p/79781#M16396</guid>
      <dc:creator>sdaniels</dc:creator>
      <dc:date>2013-10-02T13:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk not receiving syslog messages</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-syslog-messages/m-p/79782#M16397</link>
      <description>&lt;P&gt;Thanks for the quick response, I only see:&lt;/P&gt;

&lt;P&gt;[System]&lt;BR /&gt;
  UDP    0.0.0.0:514            &lt;EM&gt;:&lt;/EM&gt;&lt;BR /&gt;
  Splunkd&lt;/P&gt;

&lt;P&gt;Strangely, I could add it via the command line with:&lt;/P&gt;

&lt;P&gt;C:\Program Files\Splunk\bin&amp;gt;splunk add udp 514 -sourcetype syslog&lt;BR /&gt;
Listening for UDP input on port 514.&lt;/P&gt;

&lt;P&gt;C:\Program Files\Splunk\bin&amp;gt;splunk list udp&lt;BR /&gt;
Listening for input on the following UDP ports:&lt;BR /&gt;
        514&lt;BR /&gt;
        51414&lt;/P&gt;

&lt;P&gt;And the port appears in the GUI. If I then delete from the GUI I can then re-add it - odd!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2013 13:47:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-syslog-messages/m-p/79782#M16397</guid>
      <dc:creator>jslater</dc:creator>
      <dc:date>2013-10-02T13:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk not receiving syslog messages</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-syslog-messages/m-p/79783#M16398</link>
      <description>&lt;P&gt;Various things on the internet suggest that Windows XP SP2 and newer may actually be sane and require certain privileges to be able to a bind/listen on a port &amp;lt; 1024.  Does the user running the Splunk service have administrative privileges on the server?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2013 22:10:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-syslog-messages/m-p/79783#M16398</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2013-10-07T22:10:51Z</dc:date>
    </item>
  </channel>
</rss>

