- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Splunk Enterprise 9.3.2 Universal Forwarder node problems
- attached file
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


There is the management mode setting that controls whether the UF listens to a TCP port or via UDS. See https://docs.splunk.com/Documentation/Forwarder/9.3.2/Forwarder/AboutManagementMode
The management port itself is set in web.conf, not inputs .conf (it's not a data input).
[settings]
mgmtHostPort = 127.0.0.1:9089
UFs do not support HTTP input.
If this reply helps you, Karma would be appreciated.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@richgalloway Hi there. Thanks for the answer about MGMT port.
I little confusing your answer about that UF do not support HEC.
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) .
Maybe Splunk removed it logic from UF in next versions after 8.2.6?
What is replacement for HEC?
We using UF because parsing do not using license.
What is latest version of UF that can be configured as HTTP Event Collector?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


At one time, only indexers and HFs could accept HTTP input. I do not see that documented anywhere now, however.
UFs do very little parsing, except for INDEXED_EXTRACTIONs.
If this reply helps you, Karma would be appreciated.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
$cat /opt/splunkforwarder/etc/apps/splunk_httpinput/local/inputs.conf:
[http]
disabled = 0
$cat /opt/splunkforwarder/etc/system/local/inputs.conf:
[http]
disabled = 0
[http://input]
disabled = 0
Used: https://docs.splunk.com/Documentation/Splunk/9.3.2/Data/UseHECusingconffiles
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


For security, Splunk UFs default to not listening on a management port. You must explicitly enable it.
If this reply helps you, Karma would be appreciated.
