All Apps and Add-ons

Could you please recommend how to forward data from one splunk instance to another splunk instance?

annebeate
Path Finder

Hi,

We need to share certain log events between two splunk instances. How can we accomplish this? Pulling data using the REST API? Setting up multiple forwarders?

Thanks,
Anne

Tags (1)
0 Karma

linu1988
Champion

Hello,
Are those splunk instance are with enterprise license? are those having same indexes?

If at all you dont have forwarder then you can install them and forward to as many splunk indexer you want. The configuration needs to be done in Outputs.conf where you want to send. If the it's linux machine you can monitor the log using inputs.conf file.

[tcpout]
defaultGroup=indexer1,indexer2

[tcpout:indexer1]
server=10.1.1.197:9997

[tcpout:indexer2]
server=10.1.1.200:9997

Reference:
_http://docs.splunk.com/Documentation/Splunk/6.0/Forwarding/Configureforwarderswithoutputs.confd
_http://docs.splunk.com/Documentation/Splunk/6.0/admin/inputsconf - >
[monitor://]

0 Karma

annebeate
Path Finder

Thanks 🙂 Both have enterprise licenses. I guess they need to have the same index name as configured on inputs.conf.

0 Karma

gfuente
Motivator

Hello

In the Forwarder where you installed the REST API, you should configure the outputs.conf to send the data to all the indexers you want to

Regards

0 Karma

annebeate
Path Finder

Thanks 🙂 Easier than I thought.

0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...