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!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...