Getting Data In

Can a single UF forwards data to multiple HF's?

manikanta66
Explorer

Is it possible to send data from universal forwarder to multiple heavy forwarders?
if yes how can specify the HF group.

0 Karma
1 Solution

harsmarvania57
SplunkTrust
SplunkTrust

Hi,

Yes you can forward it to multiple HF. You need to do configuration in outputs.conf as below

[tcpout]
defaultGroup = HF_GRP_1, HF_GRP_2
disabled = false

[tcpout:HF_GRP_1]
server = 10.10.0.1:9997,10.10.0.2:9997

[tcpout:HF_GRP_2]
server = 10.20.0.1:9997,10.20.0.2:9997

Above configuration will forward all data to both the HF groups, if you have any specific requirement to route subset of data to different HF group then please provide more details.

View solution in original post

0 Karma

harsmarvania57
SplunkTrust
SplunkTrust

Hi,

Yes you can forward it to multiple HF. You need to do configuration in outputs.conf as below

[tcpout]
defaultGroup = HF_GRP_1, HF_GRP_2
disabled = false

[tcpout:HF_GRP_1]
server = 10.10.0.1:9997,10.10.0.2:9997

[tcpout:HF_GRP_2]
server = 10.20.0.1:9997,10.20.0.2:9997

Above configuration will forward all data to both the HF groups, if you have any specific requirement to route subset of data to different HF group then please provide more details.

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...