Deployment Architecture

Splunk test environment

erikwie
Path Finder

I need to set up an splunk test environment to test out apps before adding them to production environment, also to test out adding new data into new indexes before adding it to production.

We run an splunk enterprise 7.3.1, all in one single instance on a physical server.

My plan for the test environment is to set up a standalone splunk installation with the free 500MB/day license and test the new stuff.

Does any of you have any experience with something similar?
Can I get the universal forwarder on a few servers to send data to two splunk servers, In the docs on the universal forwarder I understand that there is a support for loadbalancing between several indexers, but it seems like it will send to either and not both.

Tags (1)
0 Karma
1 Solution

rmjharris
Path Finder

In outputs.conf on the forwarders:

[tcpout]
defaultGroup = prodserver, testserver

[tcpout:prodserver]
server =

[tcpout:testserver]
server =

From the outputs.conf documentation.

"# You can have as many target groups as you want.

If you specify more than one target group, the forwarder sends all data

to each target group. This is known as "cloning" the data."

View solution in original post

0 Karma

rmjharris
Path Finder

In outputs.conf on the forwarders:

[tcpout]
defaultGroup = prodserver, testserver

[tcpout:prodserver]
server =

[tcpout:testserver]
server =

From the outputs.conf documentation.

"# You can have as many target groups as you want.

If you specify more than one target group, the forwarder sends all data

to each target group. This is known as "cloning" the data."

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...