<?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: Can Universal Forwarder listen to an udp port and forward to Indexer? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516152#M17723</link>
    <description>&lt;P&gt;I just create UF with UDP listener and send events to indexers with above instructions on RHEL 8.1 with UF 8.0.5 without any issues.&lt;/P&gt;&lt;P&gt;One questions are you running splunk as root or some other users? As I earlier said if it's anyone else than root then port must be creater than 1024. Otherwise it cannot bind to that port.&lt;/P&gt;&lt;P&gt;You could test it on localhost with:&lt;/P&gt;&lt;P&gt;echo "foo bar" | nc -u 127.0.0.1 514&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;P&gt;echo "foo bar" | nc -u 127.0.0.1 1514&lt;/P&gt;&lt;P&gt;First cannot connect if splunkd is running as splunk (or any other user than root). Second one works independent of user.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
    <pubDate>Tue, 25 Aug 2020 21:32:36 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2020-08-25T21:32:36Z</dc:date>
    <item>
      <title>Can Universal Forwarder listen to an UDP port and forward to the indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/515901#M17698</link>
      <description>&lt;P&gt;Hello Splunkers,&lt;/P&gt;
&lt;P&gt;I have my firewall sending its logs to a CentOS server where I have the Splunk Universal forwarder configured to listen to UDP 514 and forward it to the indexer. Although I have reviewed the configuration I wasn't able to find the reason it is not working.&lt;/P&gt;
&lt;P&gt;Note: I have tested the inputs and output.conf and It is working for the files I'm monitoring.&lt;/P&gt;
&lt;P&gt;What am I missing here?&lt;/P&gt;
&lt;P&gt;Any help would very much be appreciated!&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 19:25:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/515901#M17698</guid>
      <dc:creator>marcos_eng1</dc:creator>
      <dc:date>2020-08-31T19:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can Universal Forwarder listen to an udp port and forward to Indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/515915#M17699</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;it’s possible and normal situation. If you want to listen port 514 then you must run splunkd as root. Better option is use eg. 1514 and run it as normal user.&amp;nbsp;&lt;BR /&gt;inputs.conf is something like&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/How-to-configure-different-sourcetypes-for-udp-port-514/td-p/165772" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/How-to-configure-different-sourcetypes-for-udp-port-514/td-p/165772&lt;/A&gt;&lt;BR /&gt;r. Ismo&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 04:59:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/515915#M17699</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-08-25T04:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can Universal Forwarder listen to an udp port and forward to Indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516020#M17703</link>
      <description>&lt;P&gt;Thanks for the reply. I still was not able make it work. Can anyone help with the step by step configuration?&lt;/P&gt;&lt;P&gt;Note: I know how to config in full Splunk Enterprise Installation but to collect it with Universal Forwarder, it is my first time.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 13:31:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516020#M17703</guid>
      <dc:creator>marcos_eng1</dc:creator>
      <dc:date>2020-08-25T13:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can Universal Forwarder listen to an udp port and forward to Indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516038#M17704</link>
      <description>&lt;P&gt;Can you post your input.conf so we could see and help you?&lt;/P&gt;&lt;P&gt;Basically what you need to do (w/o deployment server).&lt;/P&gt;&lt;P&gt;On Indexer:&lt;/P&gt;&lt;P&gt;- Add receiving port&lt;/P&gt;&lt;LI-CODE lang="java"&gt;splunk enable listen 9997&lt;/LI-CODE&gt;&lt;P&gt;Then on UF:&lt;/P&gt;&lt;P&gt;- add output(s) if needed you could add several servers or just edit those conf-files and then restart splunk on UF.&lt;/P&gt;&lt;LI-CODE lang="java"&gt;splunk add forward-server &amp;lt;your indexer IP&amp;gt;:9997&lt;/LI-CODE&gt;&lt;P&gt;- check that it's working and sending internal logs&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;splunk list forward-server&lt;/LI-CODE&gt;&lt;P&gt;- Add input for UDP (easiest to edit wanted inputs.conf, best to create your own app for that)&lt;/P&gt;&lt;LI-CODE lang="java"&gt;[udp://:1514]
connection_host = dns
index = &amp;lt;your index&amp;gt;
sourcetype = &amp;lt;your sourcetype&amp;gt;
&amp;lt;other params which you want to add&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then do a restart for that UF's splunkd and it should works.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.3/Admin/Inputsconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.3/Admin/Inputsconf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 14:29:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516038#M17704</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-08-25T14:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can Universal Forwarder listen to an udp port and forward to Indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516040#M17705</link>
      <description>&lt;P&gt;Sure, here it is the Universal Forwarder inputs.conf:&lt;/P&gt;&lt;P&gt;[udp://514]&lt;/P&gt;&lt;P&gt;connection_host = ip&lt;/P&gt;&lt;P&gt;index = test&lt;/P&gt;&lt;P&gt;sourcetype = syslog&lt;/P&gt;&lt;P&gt;disabled = false&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 14:20:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516040#M17705</guid>
      <dc:creator>marcos_eng1</dc:creator>
      <dc:date>2020-08-25T14:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can Universal Forwarder listen to an udp port and forward to Indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516046#M17707</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;please try&amp;nbsp;&lt;/P&gt;&lt;P&gt;[udp://:514] if you are running splunkd as root otherwise&lt;/P&gt;&lt;P&gt;[udp://:1514] if non root user (cannot bind service to port below 1024!&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 14:30:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516046#M17707</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-08-25T14:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can Universal Forwarder listen to an udp port and forward to Indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516068#M17708</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Something similar was presented to me.&lt;/P&gt;&lt;P&gt;Heavy forwarder via syslog&lt;/P&gt;&lt;P&gt;Firewall type source sent logs to the heavy forwarder but the folders that they should have were not created when the logs arrived.&lt;/P&gt;&lt;P&gt;The configuration was fine, TCP and UDP ports 514 were active, but the logs were not arriving.&lt;/P&gt;&lt;P&gt;One of the discards was to use the snifer tcpdump host x.x.x.x where in my case the snifer confirmed reception of traffic&lt;/P&gt;&lt;P&gt;Finally it was the firewall of the heavy forwarder that was blocking somehow&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 15:41:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516068#M17708</guid>
      <dc:creator>splunkcol</dc:creator>
      <dc:date>2020-08-25T15:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can Universal Forwarder listen to an udp port and forward to Indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516077#M17709</link>
      <description>&lt;P&gt;I have changed the stanza to&amp;nbsp;&lt;SPAN&gt;[udp://:514] and still did not work.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 16:30:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516077#M17709</guid>
      <dc:creator>marcos_eng1</dc:creator>
      <dc:date>2020-08-25T16:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can Universal Forwarder listen to an udp port and forward to Indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516078#M17710</link>
      <description>&lt;P&gt;Thanks for advising. My UF, HF and IDX are in the same LAN and my Linux Firewall are disabled.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 16:31:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516078#M17710</guid>
      <dc:creator>marcos_eng1</dc:creator>
      <dc:date>2020-08-25T16:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can Universal Forwarder listen to an udp port and forward to Indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516080#M17711</link>
      <description>&lt;P&gt;Then it’s time to use tcpdump and look if there is traffic or not.&amp;nbsp;&lt;BR /&gt;If you are not familiar with it, then here is some examples&amp;nbsp;&lt;A href="https://hackertarget.com/tcpdump-examples/" target="_blank"&gt;https://hackertarget.com/tcpdump-examples/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 16:42:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516080#M17711</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-08-25T16:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can Universal Forwarder listen to an udp port and forward to Indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516081#M17712</link>
      <description>&lt;P&gt;I already checked with tcpdump command and there is traffic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tcpdump -i any udp port 514&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 16:44:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516081#M17712</guid>
      <dc:creator>marcos_eng1</dc:creator>
      <dc:date>2020-08-25T16:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can Universal Forwarder listen to an udp port and forward to Indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516085#M17713</link>
      <description>&lt;P&gt;What splunk btool inputs list udp —debug Shows?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 17:04:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516085#M17713</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-08-25T17:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can Universal Forwarder listen to an udp port and forward to Indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516089#M17714</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I know it is not logical and it does not make sense but I remember that one of the things I tried before solving was &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sudo firewall-cmd --permanent --add-port = 514 / udp&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;sudo firewall-cmd --permanent --add-port = 514 / tcp&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;sudo firewall-cmd --reload&lt;BR /&gt;&lt;BR /&gt;(the server firewall was also disabled when I presented this same error)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;when I checked the syslog path again they were already loading the logs&lt;/P&gt;&lt;P&gt;if it does not work just inactivate the firewall again&lt;/P&gt;&lt;P&gt;I don't want to waste your time, I just want to help, as you know in this world there are things that make no sense&lt;/P&gt;&lt;P&gt;in my case the sniffer detected the traffic and netstat -an | grep 514 showed ports in listening mode&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 17:24:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516089#M17714</guid>
      <dc:creator>splunkcol</dc:creator>
      <dc:date>2020-08-25T17:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can Universal Forwarder listen to an udp port and forward to Indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516109#M17715</link>
      <description>&lt;P&gt;&lt;BR /&gt;[root@uf01 ~]# cd /opt/splunkforwarder/bin/&lt;BR /&gt;[root@uf01 bin]# ./splunk btool inputs list udp --debug&lt;BR /&gt;/opt/splunkforwarder/etc/system/default/inputs.conf [udp]&lt;BR /&gt;/opt/splunkforwarder/etc/system/default/inputs.conf _rcvbuf = 1572864&lt;BR /&gt;/opt/splunkforwarder/etc/system/default/inputs.conf connection_host = ip&lt;BR /&gt;/opt/splunkforwarder/etc/system/local/inputs.conf host = uf01&lt;BR /&gt;/opt/splunkforwarder/etc/system/default/inputs.conf index = default&lt;BR /&gt;/opt/splunkforwarder/etc/apps/_server_app_teste_firewall/local/inputs.conf [udp://514]&lt;BR /&gt;/opt/splunkforwarder/etc/system/default/inputs.conf _rcvbuf = 1572864&lt;BR /&gt;/opt/splunkforwarder/etc/apps/_server_app_teste_firewall/local/inputs.conf connection_host = ip&lt;BR /&gt;/opt/splunkforwarder/etc/apps/_server_app_teste_firewall/local/inputs.conf disabled = false&lt;BR /&gt;/opt/splunkforwarder/etc/system/local/inputs.conf host = uf01&lt;BR /&gt;/opt/splunkforwarder/etc/apps/_server_app_teste_firewall/local/inputs.conf index = test&lt;BR /&gt;/opt/splunkforwarder/etc/apps/_server_app_teste_firewall/local/inputs.conf sourcetype = syslog&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 18:23:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516109#M17715</guid>
      <dc:creator>marcos_eng1</dc:creator>
      <dc:date>2020-08-25T18:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can Universal Forwarder listen to an udp port and forward to Indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516113#M17716</link>
      <description>&lt;P&gt;How about selinux? Is it configured and is in use? &amp;nbsp;If it is then you must enable splunkd to listen that port.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 18:30:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516113#M17716</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-08-25T18:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can Universal Forwarder listen to an udp port and forward to Indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516115#M17717</link>
      <description>&lt;P&gt;Firewall is disabled in both servers UF, HF and IDX, also all servers are in the same LAN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[root@uf01 bin]# systemctl status firewalld&lt;BR /&gt;● firewalld.service&lt;BR /&gt;Loaded: masked (/dev/null; bad)&lt;BR /&gt;Active: inactive (dead)&lt;/P&gt;&lt;P&gt;Aug 17 10:24:50 localhost.localdomain systemd[1]: Starting firewalld - dynamic firewall daemon...&lt;BR /&gt;Aug 17 10:24:53 localhost.localdomain systemd[1]: Started firewalld - dynamic firewall daemon.&lt;BR /&gt;Aug 17 10:33:49 localhost.localdomain systemd[1]: Stopping firewalld - dynamic firewall daemon...&lt;BR /&gt;Aug 17 10:33:50 localhost.localdomain systemd[1]: Stopped firewalld - dynamic firewall daemon.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 18:33:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516115#M17717</guid>
      <dc:creator>marcos_eng1</dc:creator>
      <dc:date>2020-08-25T18:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can Universal Forwarder listen to an udp port and forward to Indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516118#M17718</link>
      <description>&lt;P&gt;Also Selinux is not configured&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 18:35:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516118#M17718</guid>
      <dc:creator>marcos_eng1</dc:creator>
      <dc:date>2020-08-25T18:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can Universal Forwarder listen to an udp port and forward to Indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516122#M17719</link>
      <description>&lt;P&gt;Your host = uf01 which come from system/local/inputs.conf. Have you looked those events with that hostname also or only those IPs?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 18:37:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516122#M17719</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-08-25T18:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can Universal Forwarder listen to an udp port and forward to Indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516123#M17720</link>
      <description>&lt;P&gt;Yes. I have looked for anything arriving in my test index and nothing has showed up.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 18:39:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516123#M17720</guid>
      <dc:creator>marcos_eng1</dc:creator>
      <dc:date>2020-08-25T18:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can Universal Forwarder listen to an udp port and forward to Indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516152#M17723</link>
      <description>&lt;P&gt;I just create UF with UDP listener and send events to indexers with above instructions on RHEL 8.1 with UF 8.0.5 without any issues.&lt;/P&gt;&lt;P&gt;One questions are you running splunk as root or some other users? As I earlier said if it's anyone else than root then port must be creater than 1024. Otherwise it cannot bind to that port.&lt;/P&gt;&lt;P&gt;You could test it on localhost with:&lt;/P&gt;&lt;P&gt;echo "foo bar" | nc -u 127.0.0.1 514&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;P&gt;echo "foo bar" | nc -u 127.0.0.1 1514&lt;/P&gt;&lt;P&gt;First cannot connect if splunkd is running as splunk (or any other user than root). Second one works independent of user.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 21:32:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Universal-Forwarder-listen-to-an-UDP-port-and-forward-to-the/m-p/516152#M17723</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-08-25T21:32:36Z</dc:date>
    </item>
  </channel>
</rss>

