- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi all,
how can i send the same data from one universal forwarder to multiple universal forwarder ?
is there a way to configure this ? if yes, please tell me the process.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Yes you can but it will hit the license meter twice so you need to cautious about that.
please see below example
[tcpout:uf1] server = xxx.xxx.xxx.xxx:9997 disabled = false [tcpout-server://xxx.xxx.xxx.xxx:9997] [tcpout:uf2] server=yyy.yyy.yyy.yyy:9997 disabled = false [tcpout-server://yyy.yyy.yyy.yyy:9997]
.
…
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

it should be the same way you generally forward data to indexing tier
[tcpout] defaultGroup = uf_tier
[tcpout:uf_tier]
server=uf1:9997,uf2:9997,... so on.
Refer:
https://community.splunk.com/t5/Getting-Data-In/Sending-data-from-one-UF-to-other-UF/m-p/403838
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

As I wrote before - that's just one of the possibilities of intepreting OP's request. This way each event would get forwarded to one of the destinations from the group only. It would not get forwarded to every one of them at the same time.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

You can specify multiple outputs in the outputs.conf file - each event will be sent to all defined outputs. You can also define a load-balancing group there and then the uf will send events in batches to one of the servers from the group. You can combine the approaches and define multiple groups. See the outputs.conf file specification and examples https://docs.splunk.com/Documentation/Splunk/8.2.5/Admin/Outputsconf
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
can we transfer the same data from SplunkUF to two different groups?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Yes you can but it will hit the license meter twice so you need to cautious about that.
please see below example
[tcpout:uf1] server = xxx.xxx.xxx.xxx:9997 disabled = false [tcpout-server://xxx.xxx.xxx.xxx:9997] [tcpout:uf2] server=yyy.yyy.yyy.yyy:9997 disabled = false [tcpout-server://yyy.yyy.yyy.yyy:9997]
.
…
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

It's not that simple. Splunk counts the licence usage based on raw data that is written to indexes so if the data is in any way modified and/or filtered, the license usage may not be straightforward doubled.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

As I wrote before - if you define multiple output groups, you can have "parallel" output channels so that each event gets forwarded to all of those groups.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thnka you so much for the response.
can you please provide any example stanza ?
