<?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 Enterprise 9.3.2 Universal Forwarder node problems in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Enterprise-9-3-2-Universal-Forwarder-node-problems/m-p/705039#M20897</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;Hi there. Thanks for the answer about MGMT port.&lt;/P&gt;&lt;P&gt;I little confusing your answer about that UF do not support HEC.&lt;/P&gt;&lt;P&gt;Previous version 8.2.6 of UF does working fine as HEC with binded 8088 port and forward through TCP data to Indexer nodes (9997) .&lt;/P&gt;&lt;P&gt;Maybe Splunk removed it logic from UF in next versions after 8.2.6?&lt;/P&gt;&lt;P&gt;What is replacement for HEC?&lt;/P&gt;&lt;P&gt;We using UF because parsing do not using license.&lt;/P&gt;&lt;P&gt;What is latest version of UF that can be configured as HTTP Event Collector?&lt;/P&gt;</description>
    <pubDate>Fri, 22 Nov 2024 13:43:13 GMT</pubDate>
    <dc:creator>gelfandbein</dc:creator>
    <dc:date>2024-11-22T13:43:13Z</dc:date>
    <item>
      <title>Splunk Enterprise 9.3.2 Universal Forwarder node problems</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Enterprise-9-3-2-Universal-Forwarder-node-problems/m-p/704966#M20879</link>
      <description>&lt;DIV class=""&gt;We try to setup Splunk Enterprise 9.3.2 cluster&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;All nodes working fine but Splunk Universal Forwarder isn't&amp;nbsp;working - not listening Management port 8089 or 8088...&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;Running on Google Cloud Platform using RHEL 9.5 (latest) already tried RHEL 8.10 (latest) too&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Used documentation:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" title="https://docs.splunk.com/Documentation/Forwarder/9.3.2/Forwarder/Installanixuniversalforwarder#Install_the_universal_forwarder_on_Linux" href="https://docs.splunk.com/Documentation/Forwarder/9.3.2/Forwarder/Installanixuniversalforwarder#Install_the_universal_forwarder_on_Linux" target="_blank" rel="noopener noreferrer"&gt;https://docs.splunk.com/Documentation/Forwarder/9.3.2/Forwarder/Installanixuniversalforwarder#Install_the_universal_forwarder_on_Linux&lt;/A&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;using next commands to setup:&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;cd /opt&lt;/DIV&gt;&lt;DIV class=""&gt;tar xzf /opt/splunkforwarder-9.3.2-d8bb32809498-Linux-x86_64.tgz&lt;/DIV&gt;&lt;DIV class=""&gt;adduser -d /opt/splunkforwarder splunkfwd&lt;/DIV&gt;&lt;DIV class=""&gt;export SPLUNK_HOME=/opt/splunkforwarder&lt;/DIV&gt;&lt;DIV class=""&gt;$SPLUNK_HOME/bin/splunk enable boot-start -systemd-managed 1 -user splunkfwd -group splunkfwd&lt;/DIV&gt;&lt;DIV class=""&gt;systemctl start SplunkForwarder&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;cat /etc/systemd/system/SplunkForwarder.service&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;[Unit]&lt;/DIV&gt;&lt;DIV&gt;Description=Systemd service file for Splunk, generated by 'splunk enable boot-start'&lt;/DIV&gt;&lt;DIV&gt;After=network-online.target&lt;/DIV&gt;&lt;DIV&gt;Wants=network-online.target&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;[Service]&lt;/DIV&gt;&lt;DIV&gt;Type=simple&lt;/DIV&gt;&lt;DIV&gt;Restart=always&lt;/DIV&gt;&lt;DIV class=""&gt;ExecStart=/opt/splunkforwarder/bin/splunk _internal_launch_under_systemd --accept-license&lt;/DIV&gt;&lt;DIV&gt;KillMode=mixed&lt;/DIV&gt;&lt;DIV&gt;KillSignal=SIGINT&lt;/DIV&gt;&lt;DIV&gt;TimeoutStopSec=360&lt;/DIV&gt;&lt;DIV&gt;LimitNOFILE=65536&lt;/DIV&gt;&lt;DIV&gt;LimitRTPRIO=99&lt;/DIV&gt;&lt;DIV&gt;SuccessExitStatus=51 52&lt;/DIV&gt;&lt;DIV&gt;RestartPreventExitStatus=51&lt;/DIV&gt;&lt;DIV&gt;RestartForceExitStatus=52&lt;/DIV&gt;&lt;DIV&gt;User=splunkfwd&lt;/DIV&gt;&lt;DIV&gt;Group=splunkfwd&lt;/DIV&gt;&lt;DIV&gt;NoNewPrivileges=yes&lt;/DIV&gt;&lt;DIV&gt;PermissionsStartOnly=true&lt;/DIV&gt;&lt;DIV&gt;AmbientCapabilities=CAP_DAC_READ_SEARCH&lt;/DIV&gt;&lt;DIV class=""&gt;ExecStartPre=-/bin/bash -c "chown -R splunkfwd:splunkfwd /opt/splunkforwarder"&lt;/DIV&gt;&lt;DIV class=""&gt;---&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;$ cat /etc/os-release&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;NAME="Red Hat Enterprise Linux"&lt;/DIV&gt;&lt;DIV&gt;VERSION="9.5 (Plow)"&lt;/DIV&gt;&lt;DIV&gt;ID="rhel"&lt;/DIV&gt;&lt;DIV&gt;ID_LIKE="fedora"&lt;/DIV&gt;&lt;DIV&gt;VERSION_ID="9.5"&lt;/DIV&gt;&lt;DIV&gt;PLATFORM_ID="platform:el9"&lt;/DIV&gt;&lt;DIV&gt;PRETTY_NAME="Red Hat Enterprise Linux 9.5 (Plow)"&lt;/DIV&gt;&lt;DIV&gt;ANSI_COLOR="0;31"&lt;/DIV&gt;&lt;DIV&gt;LOGO="fedora-logo-icon"&lt;/DIV&gt;&lt;DIV&gt;CPE_NAME="cpe:/o:redhat:enterprise_linux:9::baseos"&lt;/DIV&gt;&lt;DIV&gt;HOME_URL="&lt;A href="https://www.redhat.com/" target="_blank" rel="noopener"&gt;https://www.redhat.com/&lt;/A&gt;"&lt;/DIV&gt;&lt;DIV&gt;DOCUMENTATION_URL="&lt;A href="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9" target="_blank" rel="noopener"&gt;https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9&lt;/A&gt;"&lt;/DIV&gt;&lt;DIV&gt;BUG_REPORT_URL="&lt;A href="https://issues.redhat.com/" target="_blank" rel="noopener"&gt;https://issues.redhat.com/&lt;/A&gt;"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 9"&lt;/DIV&gt;&lt;DIV&gt;REDHAT_BUGZILLA_PRODUCT_VERSION=9.5&lt;/DIV&gt;&lt;DIV&gt;REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"&lt;/DIV&gt;&lt;DIV class=""&gt;REDHAT_SUPPORT_PRODUCT_VERSION="9.5"&lt;/DIV&gt;&lt;DIV class=""&gt;---&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;$ netstat -tulpn&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;[root@splunk-custom-image log]# netstat -tulpn&lt;/DIV&gt;&lt;DIV&gt;Active Internet connections (only servers)&lt;/DIV&gt;&lt;DIV&gt;Proto Recv-Q Send-Q Local Address &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Foreign Address &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; State &amp;nbsp; &amp;nbsp; &amp;nbsp; PID/Program name&lt;/DIV&gt;&lt;DIV class=""&gt;tcp &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp;0 0.0.0.0:22 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.0.0.0:* &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; LISTEN &amp;nbsp; &amp;nbsp; &amp;nbsp;1684/sshd: /usr/sbi&lt;/DIV&gt;&lt;DIV&gt;tcp6 &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp; &amp;nbsp; &amp;nbsp;0 :::22 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :::* &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LISTEN &amp;nbsp; &amp;nbsp; &amp;nbsp;1684/sshd: /usr/sbi&lt;/DIV&gt;&lt;DIV&gt;tcp6 &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp; &amp;nbsp; &amp;nbsp;0 :::20201 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;:::* &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LISTEN &amp;nbsp; &amp;nbsp; &amp;nbsp;2517/otelopscol&lt;/DIV&gt;&lt;DIV class=""&gt;udp &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp;0 127.0.0.1:323 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0.0.0:* &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 652/chronyd&lt;/DIV&gt;&lt;DIV class=""&gt;udp6 &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp; &amp;nbsp; &amp;nbsp;0 ::1:323 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :::* &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;652/chronyd&lt;/DIV&gt;&lt;DIV class=""&gt;---&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;/var/log/messages:&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;[root@splunk-custom-image log]# systemctl status SplunkForwarder&lt;/DIV&gt;&lt;DIV&gt;● SplunkForwarder.service - Systemd service file for Splunk, generated by 'splunk enable boot-start'&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Loaded: loaded (/etc/systemd/system/SplunkForwarder.service; enabled; preset: disabled)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Active: active (running) since Thu 2024-11-21 09:03:55 EST; 7min ago&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; Process: 797 ExecStartPre=/bin/bash -c chown -R splunkfwd:splunkfwd /opt/splunkforwarder (code=exited, status=0/SUCCESS)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;Main PID: 1068 (splunkd)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Tasks: 47 (limit: 100424)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Memory: 227.4M&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CPU: 3.481s&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;CGroup: /system.slice/SplunkForwarder.service&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;├─1068 splunkd --under-systemd --systemd-delegate=no -p 8089 _internal_launch_under_systemd&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;└─2535 "[splunkd pid=1068] splunkd --under-systemd --systemd-delegate=no -p 8089 _internal_launch_under_systemd [process-runner]"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Nov 21 09:03:55 systemd[1]: Started Systemd service file for Splunk, generated by 'splunk enable boot-start'.&lt;/DIV&gt;&lt;DIV class=""&gt;Nov 21 09:03:58 splunk[1068]: Warning: Attempting to revert the SPLUNK_HOME ownership&lt;/DIV&gt;&lt;DIV class=""&gt;Nov 21 09:03:58 splunk[1068]: Warning: Executing "chown -R splunkfwd:splunkfwd /opt/splunkforwarder"&lt;/DIV&gt;&lt;DIV class=""&gt;Nov 21 09:03:58 splunk[1068]: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Checking mgmt port [8089]: open&lt;/DIV&gt;&lt;DIV class=""&gt;Nov 21 09:03:59 splunk[1068]: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Checking conf files for problems...&lt;/DIV&gt;&lt;DIV class=""&gt;Nov 21 09:03:59 splunk[1068]: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Done&lt;/DIV&gt;&lt;DIV class=""&gt;Nov 21 09:03:59 splunk[1068]: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Checking default conf files for edits...&lt;/DIV&gt;&lt;DIV class=""&gt;Nov 21 09:03:59 splunk[1068]: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Validating installed files against hashes from '/opt/splunkforwarder/splunkforwarder-9.3.2-d8bb32809498-linux-2.6-x86_64-&amp;gt;&lt;/DIV&gt;&lt;DIV class=""&gt;Nov 21 09:04:00 splunk[1068]: PYTHONHTTPSVERIFY is set to 0 in splunk-launch.conf disabling certificate validation for the httplib and urllib libraries shipped&amp;gt;&lt;/DIV&gt;&lt;DIV class=""&gt;Nov 21 09:04:00 splunk[1068]: 2024-11-21 09:04:00.038 -0500 splunkd started (build d8bb32809498) pid=1068&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;---&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;/opt/splunkforwarder/var/log/splunk/splunkd.log&lt;/STRONG&gt;&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV&gt;attached file&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Nov 2024 16:51:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Enterprise-9-3-2-Universal-Forwarder-node-problems/m-p/704966#M20879</guid>
      <dc:creator>gelfandbein</dc:creator>
      <dc:date>2024-11-21T16:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise 9.3.2 Universal Forwarder node problems</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Enterprise-9-3-2-Universal-Forwarder-node-problems/m-p/704981#M20881</link>
      <description>&lt;P&gt;For security, Splunk UFs default to not listening on a management port.&amp;nbsp; You must explicitly enable it.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 18:17:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Enterprise-9-3-2-Universal-Forwarder-node-problems/m-p/704981#M20881</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-11-21T18:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise 9.3.2 Universal Forwarder node problems</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Enterprise-9-3-2-Universal-Forwarder-node-problems/m-p/705029#M20894</link>
      <description>&lt;P&gt;Thanks. But I research documentation how to enable HEC from configuration files - no results. And do not find any link how to enable management port. Maybe you can help with direct link?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$cat&amp;nbsp;/opt/splunkforwarder/etc/apps/splunk_httpinput/local/inputs.conf:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[http]
disabled = 0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$cat&amp;nbsp;/opt/splunkforwarder/etc/system/local/inputs.conf:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[http]
disabled = 0

[http://input]
disabled = 0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Used:&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.3.2/Data/UseHECusingconffiles" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.3.2/Data/UseHECusingconffiles&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 12:21:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Enterprise-9-3-2-Universal-Forwarder-node-problems/m-p/705029#M20894</guid>
      <dc:creator>gelfandbein</dc:creator>
      <dc:date>2024-11-22T12:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise 9.3.2 Universal Forwarder node problems</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Enterprise-9-3-2-Universal-Forwarder-node-problems/m-p/705036#M20895</link>
      <description>&lt;P&gt;There is the management mode setting that controls whether the UF listens to a TCP port or via UDS.&amp;nbsp; See &lt;A href="https://docs.splunk.com/Documentation/Forwarder/9.3.2/Forwarder/AboutManagementMode" target="_blank"&gt;https://docs.splunk.com/Documentation/Forwarder/9.3.2/Forwarder/AboutManagementMode&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The management port itself is set in web.conf, not inputs .conf (it's not a data input).&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[settings]
mgmtHostPort = 127.0.0.1:9089&lt;/LI-CODE&gt;&lt;P&gt;UFs do not support HTTP input.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 13:19:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Enterprise-9-3-2-Universal-Forwarder-node-problems/m-p/705036#M20895</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-11-22T13:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise 9.3.2 Universal Forwarder node problems</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Enterprise-9-3-2-Universal-Forwarder-node-problems/m-p/705039#M20897</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;Hi there. Thanks for the answer about MGMT port.&lt;/P&gt;&lt;P&gt;I little confusing your answer about that UF do not support HEC.&lt;/P&gt;&lt;P&gt;Previous version 8.2.6 of UF does working fine as HEC with binded 8088 port and forward through TCP data to Indexer nodes (9997) .&lt;/P&gt;&lt;P&gt;Maybe Splunk removed it logic from UF in next versions after 8.2.6?&lt;/P&gt;&lt;P&gt;What is replacement for HEC?&lt;/P&gt;&lt;P&gt;We using UF because parsing do not using license.&lt;/P&gt;&lt;P&gt;What is latest version of UF that can be configured as HTTP Event Collector?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 13:43:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Enterprise-9-3-2-Universal-Forwarder-node-problems/m-p/705039#M20897</guid>
      <dc:creator>gelfandbein</dc:creator>
      <dc:date>2024-11-22T13:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise 9.3.2 Universal Forwarder node problems</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Enterprise-9-3-2-Universal-Forwarder-node-problems/m-p/705051#M20903</link>
      <description>&lt;P&gt;At one time, only indexers and HFs could accept HTTP input.&amp;nbsp; I do not see that documented anywhere now, however.&lt;/P&gt;&lt;P&gt;UFs do very little parsing, except for INDEXED_EXTRACTIONs.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 15:16:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Enterprise-9-3-2-Universal-Forwarder-node-problems/m-p/705051#M20903</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-11-22T15:16:33Z</dc:date>
    </item>
  </channel>
</rss>

