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

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...