<?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 confirm a udp input is running? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304848#M57482</link>
    <description>&lt;P&gt;nice! will update the answer with the command, was about to post it&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2017 14:51:00 GMT</pubDate>
    <dc:creator>mattymo</dc:creator>
    <dc:date>2017-10-12T14:51:00Z</dc:date>
    <item>
      <title>How to confirm a udp input is running?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304842#M57476</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm having issues with what should be a very basic setup.  I have an appliance sending syslog messages to a heavy forwarder, on port 514, using UDP.   I've verified that the events are coming in via tcpdump.  My inputs is setup to listen on port 514, and nothing else is listening on it, but the events are not appearing in the indexer.    I've checked for all-time, and recent time, and manually send some events  via netcat.   I do not see anything in the logs indicating that splunk is even listening for this data.  Should some message appear somewhere, indicating that it's listening on port 514,  similar to how it shows what logs are being watched?  The HFW  can talk to the indexer, as internal events are appearing. &lt;/P&gt;

&lt;P&gt;Inputs:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[udp://514]
connection_host = dns
index = main
sourcetype=syslog 
disabled = no
queueSize = 1KB
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Oct 2017 12:56:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304842#M57476</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2017-10-12T12:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to confirm a udp input is running?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304843#M57477</link>
      <description>&lt;P&gt;is this HF on Centos or RHEL?? firewalld/iptables all good? also 514 is privileged, is Splunk root? might have to dance around that a bit&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;firewall-cmd --list-all&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;firewall-cmd --permanent --zone=public --add-port=514/udp&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;systemctl restart firewalld.service&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 13:43:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304843#M57477</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-10-12T13:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to confirm a udp input is running?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304844#M57478</link>
      <description>&lt;P&gt;running as root.  RH7.  &lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:01:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304844#M57478</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2017-10-12T14:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to confirm a udp input is running?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304845#M57479</link>
      <description>&lt;P&gt;did you create a rule in firewalld for udp 514?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:20:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304845#M57479</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-10-12T14:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to confirm a udp input is running?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304846#M57480</link>
      <description>&lt;P&gt;It's udp, and I see the events coming in via tcpdump. &lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:43:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304846#M57480</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2017-10-12T14:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to confirm a udp input is running?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304847#M57481</link>
      <description>&lt;P&gt;But, yes, you are right.  Firewalld is the culprit.  Apparently it's enabled by default on RH7, but no RH6.&lt;/P&gt;

&lt;P&gt;Thanks!  &lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:48:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304847#M57481</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2017-10-12T14:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to confirm a udp input is running?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304848#M57482</link>
      <description>&lt;P&gt;nice! will update the answer with the command, was about to post it&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:51:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304848#M57482</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-10-12T14:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to confirm a udp input is running?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304849#M57483</link>
      <description>&lt;P&gt;oops. updated. tcpdump is a good start but sees the packers before they are dropped. &lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:51:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304849#M57483</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-10-12T14:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to confirm a udp input is running?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304850#M57484</link>
      <description>&lt;P&gt;ahem: &lt;A href="http://conf.splunk.com/files/2017/recordings/worst-practicesand-how-to-fix-them.mp4"&gt;Worst Practices...and How to Fix Them&lt;/A&gt;&lt;BR /&gt;
Start at 3min in.&lt;/P&gt;

&lt;P&gt;You know I'm always willing to give a good hassle to ya! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 16:37:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304850#M57484</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2017-10-12T16:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to confirm a udp input is running?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304851#M57485</link>
      <description>&lt;P&gt;no doubt! @a212830, now that we got ya up and running, you will want to explore items like, not running splunk as root, using syslog receivers like rsyslog or syslog-ng to put data to disk and pick it up with a UF or check out options for scale using HEC!&lt;/P&gt;

&lt;P&gt;&lt;A href="http://conf.splunk.com/sessions/2017-sessions.html#search=HEC%20with%20syslog&amp;amp;"&gt;http://conf.splunk.com/sessions/2017-sessions.html#search=HEC%20with%20syslog&amp;amp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 17:01:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304851#M57485</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-10-12T17:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to confirm a udp input is running?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304852#M57486</link>
      <description>&lt;P&gt;Indeed!  Actually, this isn't mine... a friend in another group was trying to get his data into a different BU's  Splunk, and they weren't able to get it done, so he tried it, and I finished it for him.  He's been advised not to run as root...&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 23:44:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-confirm-a-udp-input-is-running/m-p/304852#M57486</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2017-10-12T23:44:09Z</dc:date>
    </item>
  </channel>
</rss>

