Deployment Architecture

Deploy Server Splunk 6

daniel333
Builder

All,

Just setting up a deploy server for the first time here. I have my universal forwarder connecting into the deploy server just fine. But how do I push doen the config to tell the UF to send it's data to the indexing tier?

Is there a template app someone can point me too?

Tags (1)
0 Karma
1 Solution

gkanapathy
Splunk Employee
Splunk Employee

You need to deploy at minimum an outputs.conf file with contents something like:

[tcpout]
defaultGroup = primary_indexers 

[tcpout:primary_indexers]
server = server_one:9997, server_two:9997

View solution in original post

gkanapathy
Splunk Employee
Splunk Employee

You need to deploy at minimum an outputs.conf file with contents something like:

[tcpout]
defaultGroup = primary_indexers 

[tcpout:primary_indexers]
server = server_one:9997, server_two:9997

daniel333
Builder

Worked like a charm!

0 Karma

lguinn2
Legend

In Splunk 6, you will find the instructions for setting up forwarder management in the Updating Splunk Enterprise Instances manual.

Since you have the UF connecting to the deployment server, you can probably start with the section: Create deployment apps

0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...