Splunk Search

Sending data to Splunk Cloud via intermediate forwarder?

jmr44
Explorer

I have Splunk UF 7.0.3 that I want to send logs from to Splunk Cloud. 

However, the UF doesn't support httpout so I am using an intermediate forwarder. 

Can someone give me the input and output files of the intermediate forwarder and the output file to send to the intermediate forwarder? 

 

Labels (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @jmr44,

at first I hint to use two intermediate Forwarders to avoid Single Points of Failure.

Then, the outputs.conf for the Intermediate Forwarders must be downloaded only by Splunk Cloud and it's in an app called "Forwarders".

The outputs.conf for all the Forwarders that have to send data to Splunk Cloud through the Intermediate Forwarders, is the normal outputs.conf:

 

[tcpout]
defaultGroup=my_indexers

[tcpout:my_indexers]
server=mysplunk_indexer1:9997, mysplunk_indexer2:9997

[tcpout-server://mysplunk_indexer1:9997]
[tcpout-server://mysplunk_indexer2:9997]

 

as you can read at https://docs.splunk.com/Documentation/Forwarder/9.0.3/Forwarder/Configureforwardingwithoutputs.conf

Ciao.

Giuseppe

0 Karma
Get Updates on the Splunk Community!

Enter the Dashboard Challenge and Watch the .conf24 Global Broadcast!

The Splunk Community Dashboard Challenge is still happening, and it's not too late to enter for the week of ...

Join Us at the Builder Bar at .conf24 – Empowering Innovation and Collaboration

What is the Builder Bar? The Builder Bar is more than just a place; it's a hub of creativity, collaboration, ...

Combine Multiline Logs into a Single Event with SOCK - a Guide for Advanced Users

This article is the continuation of the “Combine multiline logs into a single event with SOCK - a step-by-step ...