Splunk Enterprise

howto: let forwarders send events to multiple splunk infrastructures

florianzimm
Engager

hi,

scenario: elk-server has logfiles of test und prod systems. we have two separate splunk-infrastructures, test & prod.

goal: send events, based on 'source', to test-splunk-infra or prod-splunk-infra.

 

thanks for your input, florian.

Labels (1)
0 Karma
1 Solution

saravanan90
Contributor

Below may help.

file1.log will move to prod-splunk-infra, file2 will move to test-splunk-infra

 

In inputs.conf

[monitor:///var/log/file1.log]
_TCP_ROUTING = prod_env
disabled = false
index = main
sourcetype = anysourcetype

[monitor:///var/log/file2.log]
_TCP_ROUTING = dev_env
disabled = false
index = main
sourcetype = anysourcetype

 

In outputs.conf

[tcpout:prod_env]
server=prod1_idx1:9997, prod_idx2:9997


[tcpout:dev_env]
server=dev_idx1:9997, dev_idx2:9997

View solution in original post

saravanan90
Contributor

Below may help.

file1.log will move to prod-splunk-infra, file2 will move to test-splunk-infra

 

In inputs.conf

[monitor:///var/log/file1.log]
_TCP_ROUTING = prod_env
disabled = false
index = main
sourcetype = anysourcetype

[monitor:///var/log/file2.log]
_TCP_ROUTING = dev_env
disabled = false
index = main
sourcetype = anysourcetype

 

In outputs.conf

[tcpout:prod_env]
server=prod1_idx1:9997, prod_idx2:9997


[tcpout:dev_env]
server=dev_idx1:9997, dev_idx2:9997

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...