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!

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

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 ...