<?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 Re: How can I clone data from a HF to two different splunk instances? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-clone-data-from-a-HF-to-two-different-splunk-instances/m-p/753198#M119592</link>
    <description>&lt;P class="lia-align-left"&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/56370"&gt;@lucacaldiero&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to clone all data from the Heavy Forwarder to both destinations, this should be sufficient.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[tcpout]
defaultGroup = newgroup,oldgroup

[tcpout:newgroup]
server = xxxx.xxxx.xxxx:9997

[tcpout:oldgroup]
server = xx.xx.xx.xx:9997&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prewin&lt;BR /&gt;If this answer helped you, please consider marking it as the solution or giving a Karma. Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 17 Sep 2025 04:17:53 GMT</pubDate>
    <dc:creator>PrewinThomas</dc:creator>
    <dc:date>2025-09-17T04:17:53Z</dc:date>
    <item>
      <title>How can I clone data from a HF to two different splunk instances?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-clone-data-from-a-HF-to-two-different-splunk-instances/m-p/753141#M119586</link>
      <description>&lt;P&gt;How can I clone data from a HF to two different splunk instances? Doubling defaultgroup in outputs.conf does not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#splunk #clone #heavyforwarder&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 13:55:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-clone-data-from-a-HF-to-two-different-splunk-instances/m-p/753141#M119586</guid>
      <dc:creator>lucacaldiero</dc:creator>
      <dc:date>2025-09-16T13:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can I clone data from a HF to two different splunk instances?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-clone-data-from-a-HF-to-two-different-splunk-instances/m-p/753146#M119587</link>
      <description>&lt;P&gt;is something like this correct?&lt;/P&gt;&lt;P&gt;props.conf&lt;BR /&gt;[default]&lt;BR /&gt;TRANSFORMS-routing=alldata&lt;/P&gt;&lt;P&gt;transforms.conf&lt;BR /&gt;[alldata]&lt;BR /&gt;REGEX=.&lt;BR /&gt;DEST_KEY=_TCP_ROUTING&lt;BR /&gt;FORMAT=newgroup&lt;/P&gt;&lt;P&gt;outputs.conf&lt;BR /&gt;[tcpout]&lt;BR /&gt;defaultGroup=oldgroup&lt;/P&gt;&lt;P&gt;[tcpout:newgroup]&lt;BR /&gt;server=server = xxxx.xxxx.xxxx.:9997&lt;/P&gt;&lt;P&gt;[tcpout:oldgroup]&lt;BR /&gt;server=xx.xx.xx.xx:9997&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 14:09:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-clone-data-from-a-HF-to-two-different-splunk-instances/m-p/753146#M119587</guid>
      <dc:creator>lucacaldiero</dc:creator>
      <dc:date>2025-09-16T14:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I clone data from a HF to two different splunk instances?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-clone-data-from-a-HF-to-two-different-splunk-instances/m-p/753171#M119588</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/56370"&gt;@lucacaldiero&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;a people from Splunk Support said to me that this solution shouldn't run, but I used it with success:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;outputs.conf
[tcpout:newgroup]
server=server = xxxx.xxxx.xxxx.:9997

[tcpout:oldgroup]
server=xx.xx.xx.xx:9997&lt;/LI-CODE&gt;&lt;P&gt;Don't use defaultGroup.&lt;/P&gt;&lt;P&gt;In this way, you send all logs to both the destinations.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 16:54:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-clone-data-from-a-HF-to-two-different-splunk-instances/m-p/753171#M119588</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-09-16T16:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can I clone data from a HF to two different splunk instances?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-clone-data-from-a-HF-to-two-different-splunk-instances/m-p/753192#M119590</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/56370"&gt;@lucacaldiero&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your transforms.conf you would need to have both groups in the _TCP_ROUTING:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[alldata]
REGEX=.
DEST_KEY=_TCP_ROUTING
FORMAT=newgroup,oldgroup&lt;/LI-CODE&gt;&lt;P&gt;This will also only work for data ingested directly on the UF, or sent to it from a UF as otherwise it would arrive already parsed, however setting both groups in outputs.conf should work I think - how come this didnt work for you?&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 22:14:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-clone-data-from-a-HF-to-two-different-splunk-instances/m-p/753192#M119590</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-09-16T22:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can I clone data from a HF to two different splunk instances?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-clone-data-from-a-HF-to-two-different-splunk-instances/m-p/753198#M119592</link>
      <description>&lt;P class="lia-align-left"&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/56370"&gt;@lucacaldiero&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to clone all data from the Heavy Forwarder to both destinations, this should be sufficient.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[tcpout]
defaultGroup = newgroup,oldgroup

[tcpout:newgroup]
server = xxxx.xxxx.xxxx:9997

[tcpout:oldgroup]
server = xx.xx.xx.xx:9997&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prewin&lt;BR /&gt;If this answer helped you, please consider marking it as the solution or giving a Karma. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 04:17:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-clone-data-from-a-HF-to-two-different-splunk-instances/m-p/753198#M119592</guid>
      <dc:creator>PrewinThomas</dc:creator>
      <dc:date>2025-09-17T04:17:53Z</dc:date>
    </item>
  </channel>
</rss>

