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!

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Building Momentum: Splunk Developer Program at .conf25

At Splunk, developers are at the heart of innovation. That’s why this year at .conf25, we officially launched ...