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!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...