Hello @PickleRick thanks for your answer, here some stuff I wanted to discuss about ! To be precise, you're not sending the cloned events to external destination. 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. Also when I checked the logs in my external destination, I can confirm that the sourcetype I see is "mynewsrctype". Also, as @isoutamo 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). 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). 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 ! Thanks for your time, GaetanVP
... View more