<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Unique universal forwarder to multiple destinations in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Unique-universal-forwarder-to-multiple-destinations/m-p/746611#M118641</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is it possible to have only 1 Universal Forwarder installed on a Windows server and this UF sends data to 2 different Splunk instances&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;1- Source: IIS logs -&amp;gt; Dest = SplunkCloud&lt;/P&gt;&lt;P&gt;2- Source: event viewer data -&amp;gt; Dest = On Premise Splunk Enterprise&lt;/P&gt;&lt;P&gt;If yes can you point to an article that help setup this?&lt;/P&gt;&lt;P&gt;Other possible constraint: we have a deployment server that should allow to setup both flow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;</description>
    <pubDate>Tue, 20 May 2025 19:26:35 GMT</pubDate>
    <dc:creator>Flobzh</dc:creator>
    <dc:date>2025-05-20T19:26:35Z</dc:date>
    <item>
      <title>Unique universal forwarder to multiple destinations</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unique-universal-forwarder-to-multiple-destinations/m-p/746611#M118641</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is it possible to have only 1 Universal Forwarder installed on a Windows server and this UF sends data to 2 different Splunk instances&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;1- Source: IIS logs -&amp;gt; Dest = SplunkCloud&lt;/P&gt;&lt;P&gt;2- Source: event viewer data -&amp;gt; Dest = On Premise Splunk Enterprise&lt;/P&gt;&lt;P&gt;If yes can you point to an article that help setup this?&lt;/P&gt;&lt;P&gt;Other possible constraint: we have a deployment server that should allow to setup both flow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 19:26:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unique-universal-forwarder-to-multiple-destinations/m-p/746611#M118641</guid>
      <dc:creator>Flobzh</dc:creator>
      <dc:date>2025-05-20T19:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unique universal forwarder to multiple destinations</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unique-universal-forwarder-to-multiple-destinations/m-p/746614#M118642</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/226414"&gt;@Flobzh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes you can achieve this with multiple output groups in your outputs.conf and then props/transforms.conf to filter as required.&lt;/P&gt;&lt;P&gt;For more details documentation and examples check out&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/latest/Forwarding/Routeandfilterdatad" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/SplunkCloud/latest/Forwarding/Routeandfilterdatad&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 19:31:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unique-universal-forwarder-to-multiple-destinations/m-p/746614#M118642</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-05-20T19:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unique universal forwarder to multiple destinations</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unique-universal-forwarder-to-multiple-destinations/m-p/746615#M118643</link>
      <description>&lt;P&gt;In fact, if its specific data sources which you want to send to different places then you wont need to touch props/transforms - instead you can set _TCP_ROUTING in your inputs.conf stanzas, setting the value to be the output group that you want to use, for example:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;== inputs.conf ==
[monitor:///some/path/someFile.log]
index=someIndex
sourcetype=myAppLogs
_TCP_ROUTING=myOnPremOutputGroup

[monitor:///some/path/IIS/logs]
index=iis_logs
sourcetype=iis:logs
_TCP_ROUTING=mySplunkCloudOutputGroup&lt;/LI-CODE&gt;&lt;P&gt;Also worth reading&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/Issue-with-default-outputs-when-TCP-ROUTING/m-p/509716" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/Issue-with-default-outputs-when-TCP-ROUTING/m-p/509716&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 19:36:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unique-universal-forwarder-to-multiple-destinations/m-p/746615#M118643</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-05-20T19:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unique universal forwarder to multiple destinations</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unique-universal-forwarder-to-multiple-destinations/m-p/746616#M118644</link>
      <description>&lt;P&gt;Thanks, I'll look into this and confirm the behavior.&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 19:40:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unique-universal-forwarder-to-multiple-destinations/m-p/746616#M118644</guid>
      <dc:creator>Flobzh</dc:creator>
      <dc:date>2025-05-20T19:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unique universal forwarder to multiple destinations</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unique-universal-forwarder-to-multiple-destinations/m-p/746626#M118645</link>
      <description>&lt;P&gt;In UF you should define those two different outputs groups. Then you just add into your inputs.conf in every inputs, which doesn’t use default output group&lt;/P&gt;&lt;P&gt;_TCP_ROUTING = &amp;lt;your additional output group&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you need some routing based on content of events then you must add HF (heavy forwarder) after UF and then you can route it as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/170906"&gt;@livehybrid&lt;/a&gt;&amp;nbsp;shows.&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 20:47:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unique-universal-forwarder-to-multiple-destinations/m-p/746626#M118645</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2025-05-20T20:47:03Z</dc:date>
    </item>
  </channel>
</rss>

