<?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: Why am I receiving unwanted HB (Heartbeat ?) logs from my Heavy Forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/649162#M110330</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;thanks for your answer, here some stuff I wanted to discuss about !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;SPAN&gt;To be precise, you're not sending the cloned events to external destination.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Are you sure about that point ? I am pretty sure I am sending the cloned events since I assigned them a new sourcetype and apply them some anonymization by using the new props/transforms mechanism.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GaetanVP_0-1688482444218.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26119i5FF854D6AD42ECEA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GaetanVP_0-1688482444218.png" alt="GaetanVP_0-1688482444218.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also when I checked the logs in my&amp;nbsp;&lt;SPAN&gt;external destination, I can confirm that the sourcetype I see is "mynewsrctype".&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;Also, as &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt; already pointed out, you should be using s2s for sending events from one splunk instance to another (especially that you're using HF so you'll be sending parsed events and you'll save some CPU time at destination machine at cost of increased transfer bandwidth).&lt;/P&gt;&lt;P&gt;Of course you can send the data raw but it doesn't make much sense because you have to parse it again (but I can think of a use case where that's actually a desirable thing).&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;Makes sense, I didn't think about the increase of transfer bandwidth, this is very interesting. As you correctly guessed, I prefer to send cooked data !&lt;BR /&gt;&lt;BR /&gt;Thanks for your time,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GaetanVP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jul 2023 15:04:27 GMT</pubDate>
    <dc:creator>GaetanVP</dc:creator>
    <dc:date>2023-07-04T15:04:27Z</dc:date>
    <item>
      <title>Why am I receiving unwanted HB (Heartbeat ?) logs from my Heavy Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/645517#M109840</link>
      <description>&lt;P&gt;Hello Splunkers,&lt;/P&gt;
&lt;P&gt;Here is my use-case : I am cloning some events that arrive to my Heavy Forwarder and then forward those cloned event to another Splunk (standalone - free trial) machine.&lt;/P&gt;
&lt;P&gt;I am able to receive the logs on my targeted machine with the following configuration :&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;On my HF (sender / forwarder)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;[srctype-clone]&lt;BR /&gt;CLONE_SOURCETYPE = mynewsrctype&lt;BR /&gt;REGEX = .*&lt;BR /&gt;DEST_KEY = _TCP_ROUTING&lt;BR /&gt;FORMAT = tcp_output_conf&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;outputs.conf&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;[tcpout:tcp_output_conf]&lt;BR /&gt;server = &amp;lt;ip&amp;gt;:&amp;lt;port&amp;gt;&lt;BR /&gt;sendCookedData = false&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;On my Splunk standalone machine (receiver)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;[tcp://15601]&lt;BR /&gt;disabled = false&lt;BR /&gt;index = whatever_index&lt;BR /&gt;sourcetype = mynewsrctype&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Based on that I have some questions...&lt;/P&gt;
&lt;P&gt;- First, I am receiving the logs but also some unwanted logs containing only "HB", does it correspond to Heart Beat ? Why do I received that ?&lt;BR /&gt;- Should I use splunktcp instead of tcp on my receiver ?&lt;BR /&gt;- Should I use enableS2SHeartbeat = true on my receiver ?&lt;BR /&gt;- Should I use sendCookedData = true on my sender ?&lt;/P&gt;
&lt;P&gt;Thanks a lot for your help !&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;GaetanVP&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 14:40:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/645517#M109840</guid>
      <dc:creator>GaetanVP</dc:creator>
      <dc:date>2023-06-02T14:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving unwanted HB (Heartbeat ?) logs from my Heavy Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/645666#M109848</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;when you are forwarding to another splunk instance you should use s2s not tcp as a protocol. So remove sendCockedData or change its value to true. As you expect receiving must me splunktcp just like it’s on your primary splunk instance.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jun 2023 11:00:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/645666#M109848</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-04T11:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving unwanted HB (Heartbeat ?) logs from my Heavy Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/645668#M109849</link>
      <description>&lt;P&gt;To be precise, you're not sending the cloned events to external destination. You're indexing them locally (or sending via default output) but sending out the "primary" events.&lt;/P&gt;&lt;P&gt;Also, as &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt; already pointed out, you should be using s2s for sending events from one splunk instance to another (especially that you're using HF so you'll be sending parsed events and you'll save some CPU time at destination machine at cost of increased transfer bandwidth).&lt;/P&gt;&lt;P&gt;Of course you can send the data raw but it doesn't make much sense because you have to parse it again (but I can think of a use case where that's actually a desirable thing).&lt;/P&gt;&lt;P&gt;So YMMV&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jun 2023 12:38:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/645668#M109849</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-06-04T12:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving unwanted HB (Heartbeat ?) logs from my Heavy Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/647160#M110051</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;and thanks a lot for your answer.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Would you have some documentation on how to implement a s2s connection ? I mean is it only the fact to use "splunktcp" in inputs.conf instead of "tcp" stanza ? Or there is other configuration to consider ?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;GaetanVP&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 12:53:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/647160#M110051</guid>
      <dc:creator>GaetanVP</dc:creator>
      <dc:date>2023-06-15T12:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving unwanted HB (Heartbeat ?) logs from my Heavy Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/647433#M110103</link>
      <description>&lt;P&gt;&lt;SPAN&gt;it just like that. It’s Splunk’s default protocol. TCP and UDP are pure IP protocols not a splunk specific ones.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2023 15:52:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/647433#M110103</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-18T15:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving unwanted HB (Heartbeat ?) logs from my Heavy Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/649148#M110326</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;, I still do not understand something...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my Heavy Forwarder's outputs.conf it clearly specified &lt;STRONG&gt;sendCookedData = false&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Based on this doc : &lt;A href="https://docs.splunk.com/Documentation/Splunk/9.1.0/Admin/Outputsconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.1.0/Admin/Outputsconf&lt;/A&gt;&lt;BR /&gt;I should not received any HeartBeat on my receiver&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GaetanVP_0-1688481074791.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26118i0FB1E0FEE675C888/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GaetanVP_0-1688481074791.png" alt="GaetanVP_0-1688481074791.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But I was not even sure that this HB logs was really for HeartBeat...&lt;/P&gt;&lt;P&gt;When I try to use splunktcp inputs, I am back to the following issue that I am currently trying to solve.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173548" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173548&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your time,&lt;/P&gt;&lt;P&gt;GaetanVP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 14:35:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/649148#M110326</guid>
      <dc:creator>GaetanVP</dc:creator>
      <dc:date>2023-07-04T14:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving unwanted HB (Heartbeat ?) logs from my Heavy Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/649158#M110328</link>
      <description>&lt;P&gt;Your outputs.conf should be something like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[tcpout]
defaultGroup = splunk_demo

[tcpout:splunk_demo]
server = 192.168.x.x:9997&lt;/LI-CODE&gt;&lt;P&gt;This will use normal s2s protocol between these two servers. This also set sendCoockedData = true.&lt;/P&gt;&lt;P&gt;Then your free instance has normal inputs.conf like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[splunktcp://9997]
disabled = 0&lt;/LI-CODE&gt;&lt;P&gt;Than it should works. If not you should use&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;splunk btool inputs list --debug&lt;/LI-CODE&gt;&lt;P&gt;on your free instance and same for outputs on your HF to see if there is some setting which disturbs normal S2S traffic.&lt;/P&gt;&lt;P&gt;Only reason to use pure tcp without s2s/aka CockedData is to manipulate event on target server too.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 14:56:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/649158#M110328</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-04T14:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving unwanted HB (Heartbeat ?) logs from my Heavy Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/649162#M110330</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;thanks for your answer, here some stuff I wanted to discuss about !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;SPAN&gt;To be precise, you're not sending the cloned events to external destination.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Are you sure about that point ? I am pretty sure I am sending the cloned events since I assigned them a new sourcetype and apply them some anonymization by using the new props/transforms mechanism.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GaetanVP_0-1688482444218.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26119i5FF854D6AD42ECEA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GaetanVP_0-1688482444218.png" alt="GaetanVP_0-1688482444218.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also when I checked the logs in my&amp;nbsp;&lt;SPAN&gt;external destination, I can confirm that the sourcetype I see is "mynewsrctype".&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;Also, as &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt; already pointed out, you should be using s2s for sending events from one splunk instance to another (especially that you're using HF so you'll be sending parsed events and you'll save some CPU time at destination machine at cost of increased transfer bandwidth).&lt;/P&gt;&lt;P&gt;Of course you can send the data raw but it doesn't make much sense because you have to parse it again (but I can think of a use case where that's actually a desirable thing).&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;Makes sense, I didn't think about the increase of transfer bandwidth, this is very interesting. As you correctly guessed, I prefer to send cooked data !&lt;BR /&gt;&lt;BR /&gt;Thanks for your time,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GaetanVP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 15:04:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/649162#M110330</guid>
      <dc:creator>GaetanVP</dc:creator>
      <dc:date>2023-07-04T15:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving unwanted HB (Heartbeat ?) logs from my Heavy Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/649167#M110331</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;is correct about that you are sending original not cloned sourcetype&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;* Specifically, for each event handled by this transform, a near-exact copy
  is made of the original event, and the transformation is applied to the
  copy. The original event continues along normal data processing unchanged.
* The &amp;lt;string&amp;gt; used for CLONE_SOURCETYPE selects the source type that is used
  for the duplicated events.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;If/when you have mynewsrctype on your remote target, then above description is not true. You should send comments to doc team to get they update that if/when needed.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 15:51:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/649167#M110331</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-04T15:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving unwanted HB (Heartbeat ?) logs from my Heavy Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/649264#M110360</link>
      <description>&lt;P&gt;Yes I'm sure &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;[srctype-clone]&lt;BR /&gt;CLONE_SOURCETYPE = mynewsrctype&lt;BR /&gt;REGEX = .*&lt;BR /&gt;DEST_KEY = _TCP_ROUTING&lt;BR /&gt;FORMAT = tcp_output_conf&lt;/PRE&gt;&lt;P&gt;This transform tells Splunk to:&lt;/P&gt;&lt;P&gt;1) Make a copy of the event, assign it a sourcetype of "mynewsrctype"&lt;/P&gt;&lt;P&gt;2) Rewrite _TCP_ROUTING key _in this event that you're processing_.&lt;/P&gt;&lt;P&gt;So you're gonna have a copy of event with the mynewsrctype pushed to default destination and an event with the old sourcetype pushed to specific output.&lt;/P&gt;&lt;P&gt;At least that's what the docs say happens. (and my use of CLONE_SOURCETYPE should be pretty consistent with the docs).&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 08:03:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/649264#M110360</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-07-05T08:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving unwanted HB (Heartbeat ?) logs from my Heavy Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/649268#M110362</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;!&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I am a bit afraid to contradict an Ultra Champion but still, let's continue the discussion !&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_savoring_food:"&gt;😋&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;1) I agree with this first point&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;2) To mee, the &lt;STRONG&gt;_TCP_ROUTING will be changed on the cloned events&lt;/STRONG&gt;, not on the original one&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000080"&gt;Here is a test I made (on a standalone Splunk Enterprise test VM) :&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;props.conf&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[mysourcetype]
TRANSFORMS-foo-clone = bar-clone&lt;/LI-CODE&gt;&lt;P&gt;transforms.conf&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[bar-clone]
CLONE_SOURCETYPE = mysourcetype:new
REGEX = "Hello":\s*"World"
DEST_KEY = MetaData:Host
FORMAT = host1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the sample of data that I upload to Splunk (via GUI) and assign the "mysourcetype" sourcetype&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
	"Tom":"Holland",
	"Hello":"World",
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GaetanVP_0-1688545641597.png" style="width: 898px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26127iEA77FE3ED0A58167/image-dimensions/898x166?v=v2" width="898" height="166" role="button" title="GaetanVP_0-1688545641597.png" alt="GaetanVP_0-1688545641597.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;At the end here is the result :&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GaetanVP_1-1688545709220.png" style="width: 803px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26128iFD9441850E7AFB4A/image-dimensions/803x480?v=v2" width="803" height="480" role="button" title="GaetanVP_1-1688545709220.png" alt="GaetanVP_1-1688545709220.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As you can see, &lt;STRONG&gt;it is the host of the duplicated event (with the "mysourcetype:new") that has been changed&lt;/STRONG&gt;, and not the original one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if I missed something here !&lt;/P&gt;&lt;P&gt;Thanks for your time,&amp;nbsp;&lt;/P&gt;&lt;P&gt;GaetanVP&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 08:33:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/649268#M110362</guid>
      <dc:creator>GaetanVP</dc:creator>
      <dc:date>2023-07-05T08:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving unwanted HB (Heartbeat ?) logs from my Heavy Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/649272#M110365</link>
      <description>Based on this example, it seems that splunk works differently than on props.conf is said. I propose to you, inform doc team with that example that they fix the docs or time to create a bug report.</description>
      <pubDate>Wed, 05 Jul 2023 08:52:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/649272#M110365</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-05T08:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving unwanted HB (Heartbeat ?) logs from my Heavy Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/649275#M110367</link>
      <description>&lt;P&gt;That is indeed interesting and it would be great if you did a feedback on the docs because the docs do suggest otherwise. I was also pretty sure it worked otherwise but I must say that I might have used only CLONE_SOURCETYPE on its own as the only operation withtin a transform - this might be the difference here. Apparently if it is joined with other operations within a single transform it works a bit counter-intuitively (at least for me).&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 08:59:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-unwanted-HB-Heartbeat-logs-from-my-Heavy/m-p/649275#M110367</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-07-05T08:59:33Z</dc:date>
    </item>
  </channel>
</rss>

