Splunk Cloud Platform

Forwarding data to 2 splunk Instances (Cloud and on premises)

SagarSplunk
Engager

Hi All,

Is it possible to forward data from 2 different data source to 2 separate instance. below is the example

Cloud instance
FW1(Data SourceA)--> HF1-->Splunk Cloud

On premises Instance
FW1(Data Source B)--> Splunk Instance.

Tags (1)
0 Karma

FritzWittwer_ol
Contributor

You can not reliable send the data to two destinations from an universal forwarder, but you can clone the event with a transform on the heavy forwarder and sent the clone to another instances.

[clone-events]
REGEX = .
DEST_KEY=_TCP_ROUTING
FORMAT=<new_tcp_routing>
CLONE_SOURCETYPE = <sourcetype>

This creates a copy of event with a new source type

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...