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
Ultra Champion

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
Ultra Champion

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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...