<?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 Publishing data from my localhost to UDP port in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Publishing-data-from-my-localhost-to-UDP-port/m-p/442670#M15594</link>
    <description>&lt;P&gt;I have opened a UDP port in splunk system and we have configured an index with it. How can i check if the UDP port is available to ingest/parse data in splunk. I need to test it via localhost.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jun 2019 14:25:27 GMT</pubDate>
    <dc:creator>juhisaxena28</dc:creator>
    <dc:date>2019-06-26T14:25:27Z</dc:date>
    <item>
      <title>Publishing data from my localhost to UDP port</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Publishing-data-from-my-localhost-to-UDP-port/m-p/442670#M15594</link>
      <description>&lt;P&gt;I have opened a UDP port in splunk system and we have configured an index with it. How can i check if the UDP port is available to ingest/parse data in splunk. I need to test it via localhost.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 14:25:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Publishing-data-from-my-localhost-to-UDP-port/m-p/442670#M15594</guid>
      <dc:creator>juhisaxena28</dc:creator>
      <dc:date>2019-06-26T14:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing data from my localhost to UDP port</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Publishing-data-from-my-localhost-to-UDP-port/m-p/442671#M15595</link>
      <description>&lt;P&gt;Hi @juhisaxena28 ,&lt;/P&gt;

&lt;P&gt;If you have access to the CLI on Linux, you can check if the port is listening using the following command:&lt;BR /&gt;
&lt;CODE&gt;netstat -lvn | grep ^udp | grep &amp;lt;your port number&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;You can send test data to the port using the following command (let's say the UDP port is 5151:&lt;BR /&gt;
&lt;PRE&gt;echo $(date +"%F %T") - INFO - TESTING UDP INPUT &amp;gt; /dev/udp/localhost/5151&lt;/PRE&gt;OR&lt;BR /&gt;
&lt;PRE&gt;echo $(date +"%F %T") - INFO - TESTING UDP INPUT &amp;gt; /dev/udp/127.0.0.1/5151&lt;/PRE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 16:02:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Publishing-data-from-my-localhost-to-UDP-port/m-p/442671#M15595</guid>
      <dc:creator>jnudell_2</dc:creator>
      <dc:date>2019-06-26T16:02:49Z</dc:date>
    </item>
  </channel>
</rss>

