Hi all,
I'm using Splunk Enterprise 9.4.x with Windows Universal Forwarders.
I'm trying to route specific sources and sourcetypes to a special Splunk Indexer, while all other events are routed to the default Indexer.
I have the following outputs.conf on the UF
I have the following transforms.conf on the UF
A UF doesnt typically perform transformations such as those you are trying to do because it isnt done during the phases of ingest that the UF performs.
Instead you could set the _TCP_ROUTING value for your input such as:
[WinEventLog://Microsoft-Windows-PowerShell/Operational]
... the rest of your config...
_TCP_ROUTING = specialFor more info on this setting see https://help.splunk.com/en/data-management/splunk-enterprise-admin-manual/9.1/configuration-file-ref...
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing
This works! Thanks for your quick response 🙂
A UF doesnt typically perform transformations such as those you are trying to do because it isnt done during the phases of ingest that the UF performs.
Instead you could set the _TCP_ROUTING value for your input such as:
[WinEventLog://Microsoft-Windows-PowerShell/Operational]
... the rest of your config...
_TCP_ROUTING = specialFor more info on this setting see https://help.splunk.com/en/data-management/splunk-enterprise-admin-manual/9.1/configuration-file-ref...
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing