Documentation: 3.0.2
Print Version Contents
This page last updated: 10/31/07 05:10pm

Enable cloning

Cloning is configured in the outputs.conf file on the forwarding server. You will set up a target group of receiving servers to which the forwarder will send all its data.

On the forwarding server, add the following to $SPLUNK_HOME/etc/bundles/local/outputs.conf:

[tcpout]
heartbeatFrequency=10
maxQueueSize=10000

[tcpout:indexer1]
server=10.1.1.197:9997

[tcpout:indexer2]
server=10.1.1.200:9999

This configuration will send every event to both 10.1.1.197:9997 and 10.1.1.200:9999. Make sure you enable receiving on all the servers you are sending cloned data to.

Previous: Route data to third-party systems    |    Next: Set up SSL

Comments

No comments have been submitted.

Log in to comment.