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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...