Getting Data In

How do I create two instances of the same data input on one forwarder where instance 1 goes to server 1 and instance 2 goes to server 2?

Ant1D
Motivator

Hi,

Is it possible to do the following on one Splunk Universal Forwarder:

inputs.conf

`[WinEventLog://Security]
renderXml = true
_TCP_ROUTING = splunk_indexer

To route Security WinEventLog in XML format from Splunk Universal Forwarder to Splunk indexer`

`[WinEventLog://Security]
renderXML = false
_TCP_ROUTING = third_party_tool

To route Security WinEventLog in plain text format from Splunk Universal Forwarder to third party tool`

How can I make it so that the Splunk Forwarder does not merge the attributes together into one?

Why you ask? The third party tool does not want to accept data in XML format and the Splunk indexer is currently accepting this data in XML format and we do not want this to change.

Thanks.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...