Getting Data In

Can you help me configure my universal forwarder (UF) to relay data to another UF?

TitanAE
New Member

So something interesting I found out: you can configure universal forwarder relaying.

Basically one universal forwarder can relay data to another universal forwarder. Which in turn can relay data to an indexer.

I'm trying to set it up as practice. I have a basic output.conf on forwarder 1 ->

[tcpout]
defaultGroup = default-autolb-group
server = universal_forwarder_relay_IP:9997

[tcpout:default-autolb-group]

The UF Relay also has an input.conf that listens for connections coming from the 1st UF.

[default]
host = x.x.x.x

[splunktcp://1st_UF:xxx]

However I'm getting this output:

--splunk-cooked-mode-v3--\x00\x00\x00\x00\x00

I'm not sure why I'm getting this data and not the contents of the 1st forwarder. Any help is appreciated.

0 Karma

harsmarvania57
Ultra Champion

Hi @TitanAE,

You can do below configuration to achieve this

  • Forwarder 1 will send data to Intermediate Universal Forwarder so below configuration is require on Forwarder 1

outputs.conf

[tcpout]
defaultGroup = intermediate_UF

[tcpout:intermediate_UF]
server = Intermediate_UF_IP:9997
  • Below configuration is require on Intermediate Universal Forwarder to receive data from Forwarder 1.

inputs.conf

[splunktcp://9997]
connection_host = ip
  • Below configuration is require on Intermediate Universal Forwarder to send data to Indexer.

outputs.conf

[tcpout]
defaultGroup = Indexers

[tcpout:Indexers]
server = Indexer_IP:9997

And after configuration changes restart splunk service on both Universal Forwarder

Get Updates on the Splunk Community!

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...