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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...