<?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 UDP Data Input Fails To Send Data in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-UDP-Data-Input-Fails-To-Send-Data/m-p/347902#M63882</link>
    <description>&lt;P&gt;Whatever is acting as the forwarder (probably the printer itself) needs to be reconfigured to send to the correct IP Address.  If you are using a Splunk intermediate, this will be in the &lt;CODE&gt;outputs.conf&lt;/CODE&gt; file somewhere under &lt;CODE&gt;$SPLUNK_HOME&lt;/CODE&gt;/etc/.  It is probably directly on the printer itself. though.&lt;/P&gt;</description>
    <pubDate>Sun, 22 Apr 2018 20:54:46 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2018-04-22T20:54:46Z</dc:date>
    <item>
      <title>Splunk UDP Data Input Fails To Send Data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-UDP-Data-Input-Fails-To-Send-Data/m-p/347898#M63878</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;

&lt;P&gt;I am working on a school project where multiple batches of students will work on the same project and pass it to the next batch. For this project, I have to send logs from a Lexmark CX725 printer to an instance of Splunk Enterprise 6.6.3. In order to do so, I have a UDP data input on port 2048 and configured the Lexmark printer to send its security logs to the IP address of the virtual machine running the Splunk instance(&lt;STRONG&gt;172.xx.xxx.A&lt;/STRONG&gt;), port 2048.&lt;/P&gt;

&lt;P&gt;However, no data is being sent to the Splunk instance at all. I have examined the metrics.log file with the command:&lt;BR /&gt;
$SPLUNK_HOME/bin/splunk search 'index=_internal source=*metrics.log* destHost | dedup destHost'&lt;/P&gt;

&lt;P&gt;and come up with the following line, which is the only line of the output produced by the command:&lt;/P&gt;

&lt;P&gt;04-17-2018 10:56:49.865 +0800 INFO  StatusMgr - destHost=&lt;STRONG&gt;172.xx.xxx.B&lt;/STRONG&gt;, destIp=&lt;STRONG&gt;172.xx.xxx.B&lt;/STRONG&gt;, destPort=2048, eventType=connect_try, publisher=tcpout, sourcePort=8089, statusee=TcpOutputProcessor&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;172.xx.xxx.B&lt;/STRONG&gt; is, I believe, the IP address of the virtual machine used by the previous batch of students running this project. In contrast, the virtual machine I am using has the IP address &lt;STRONG&gt;172.xx.xxx.A&lt;/STRONG&gt;. I believe that this could be because I inherited the configuration set up by the previous batch of students.&lt;/P&gt;

&lt;P&gt;I was wondering if anyone has any insights on what could have caused this mix-up and what I can do to fix it, or if it is even relevant to my connection issues at all. Thank you all very much in advance for your time!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:08:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-UDP-Data-Input-Fails-To-Send-Data/m-p/347898#M63878</guid>
      <dc:creator>leongchongyu</dc:creator>
      <dc:date>2020-09-29T19:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk UDP Data Input Fails To Send Data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-UDP-Data-Input-Fails-To-Send-Data/m-p/347899#M63879</link>
      <description>&lt;P&gt;If you have access to the server running Splunk, I would make sure that 1) the server is listening on the port, and 2) you can send a UDP packet locally.  Here's how from the command line:&lt;/P&gt;

&lt;P&gt;Check that the port is listening:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;netstat -an | grep 2048
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Make sure you can send a UDP packet locally:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;echo "Testing" &amp;gt; /dev/udp/127.0.0.1/2048
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Run a search in Splunk looking for the data (Testing).  Here is my search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* "Testing"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Apr 2018 16:34:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-UDP-Data-Input-Fails-To-Send-Data/m-p/347899#M63879</guid>
      <dc:creator>jconger</dc:creator>
      <dc:date>2018-04-18T16:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk UDP Data Input Fails To Send Data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-UDP-Data-Input-Fails-To-Send-Data/m-p/347900#M63880</link>
      <description>&lt;P&gt;Hey jconger, thank you for the prompt and extremely clear answer.&lt;/P&gt;

&lt;P&gt;The results of the netstat command were:&lt;/P&gt;

&lt;P&gt;udp        0      0 0.0.0.0:2048            0.0.0.0:*&lt;BR /&gt;&lt;BR /&gt;
udp        0      0 0.0.0.0:2048            0.0.0.0:*&lt;BR /&gt;&lt;BR /&gt;
udp6       0      0 :::2048                 :::*&lt;BR /&gt;&lt;BR /&gt;
unix  3      [ ]         STREAM     CONNECTED     20486 &lt;/P&gt;

&lt;P&gt;But searching Splunk (Search and Reporting app, time range set to All Time) returned no results.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 01:45:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-UDP-Data-Input-Fails-To-Send-Data/m-p/347900#M63880</guid>
      <dc:creator>leongchongyu</dc:creator>
      <dc:date>2018-04-19T01:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk UDP Data Input Fails To Send Data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-UDP-Data-Input-Fails-To-Send-Data/m-p/347901#M63881</link>
      <description>&lt;P&gt;Did you try manually sending a UDP packet via command line?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2018 18:08:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-UDP-Data-Input-Fails-To-Send-Data/m-p/347901#M63881</guid>
      <dc:creator>jconger</dc:creator>
      <dc:date>2018-04-20T18:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk UDP Data Input Fails To Send Data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-UDP-Data-Input-Fails-To-Send-Data/m-p/347902#M63882</link>
      <description>&lt;P&gt;Whatever is acting as the forwarder (probably the printer itself) needs to be reconfigured to send to the correct IP Address.  If you are using a Splunk intermediate, this will be in the &lt;CODE&gt;outputs.conf&lt;/CODE&gt; file somewhere under &lt;CODE&gt;$SPLUNK_HOME&lt;/CODE&gt;/etc/.  It is probably directly on the printer itself. though.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Apr 2018 20:54:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-UDP-Data-Input-Fails-To-Send-Data/m-p/347902#M63882</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2018-04-22T20:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk UDP Data Input Fails To Send Data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-UDP-Data-Input-Fails-To-Send-Data/m-p/347903#M63883</link>
      <description>&lt;P&gt;Yes, I did, using the command you provided. After I pressed enter, it doesn't show any feedback, just a blank line. Then I searched using S&amp;amp;R and got nothing.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 01:16:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-UDP-Data-Input-Fails-To-Send-Data/m-p/347903#M63883</guid>
      <dc:creator>leongchongyu</dc:creator>
      <dc:date>2018-04-23T01:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk UDP Data Input Fails To Send Data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-UDP-Data-Input-Fails-To-Send-Data/m-p/347904#M63884</link>
      <description>&lt;P&gt;Missing or malformed messages.conf stanza for AUDIT:START_OF_EVENT_DROPS 4/21/2018, 6:18:29 PM&lt;BR /&gt;&lt;BR /&gt;
Missing or malformed messages.conf stanza for TCPOUT:FORWARDING_BLOCKED__default-autolb-group_10 4/18/2018, 5:30:25 PM&lt;/P&gt;

&lt;P&gt;I found these in the messages tab after I tried to search for the data. Is this indicative of something wrong?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:10:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-UDP-Data-Input-Fails-To-Send-Data/m-p/347904#M63884</guid>
      <dc:creator>leongchongyu</dc:creator>
      <dc:date>2020-09-29T19:10:06Z</dc:date>
    </item>
  </channel>
</rss>

