Getting Data In

Forwarding Data From on Universal Forwarder to Another Universal Forwarder

ssankeneni
Communicator

Is it possible to forward the data from one Universal Forwarder to another Universal Forwarder ? If so can you please direct me to the appropriate documentation.

Tags (1)
0 Karma
1 Solution

ayme
Splunk Employee
Splunk Employee

Yes. Simply configure a tcpout stanza in the outputs.conf of the first Forwarder to forward to Intermediary Forwarder:

[tcpout]
defaultGroup=intermediaryForwarder

[intermediaryForwarder]
server=myintermediaryforwarder.company.com:9997

Then, configure a splunktcp stanza in the inputs.conf of the Intermediary Forwarder:

[splunktcp://:9997]

...as well as a another tcpout in the Intermediary Forwarder to forward to Indexers:

[tcpout]
defaultGroup=indexers

[indexers]
server=myindexer:9997

View solution in original post

ayme
Splunk Employee
Splunk Employee

Yes. Simply configure a tcpout stanza in the outputs.conf of the first Forwarder to forward to Intermediary Forwarder:

[tcpout]
defaultGroup=intermediaryForwarder

[intermediaryForwarder]
server=myintermediaryforwarder.company.com:9997

Then, configure a splunktcp stanza in the inputs.conf of the Intermediary Forwarder:

[splunktcp://:9997]

...as well as a another tcpout in the Intermediary Forwarder to forward to Indexers:

[tcpout]
defaultGroup=indexers

[indexers]
server=myindexer:9997

ssankeneni
Communicator

Thank you very much

0 Karma
Get Updates on the Splunk Community!

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...

Get ready to show some Splunk Certification swagger at .conf24!

Dive into the deep end of data by earning a Splunk Certification at .conf24. We're enticing you again this ...

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

Now On-Demand Join us to learn more about how you can leverage Service Level Objectives (SLOs) and the new ...