Hello 3D IM ,
A 45-minute delay in a massive WEF deployment usually happens because the default Max Throughput policy aggressively buffers logs to save bandwidth, which completely backfires under heavy sustained loads. To drop propagation latency to near real-time, you need to change your subscription delivery optimization to Minimize Latency using the wecutil command on your central collector cluster. Specifically, setting the maximum latency time down to 30000 milliseconds and lowering the maximum item count forces the source machines to constantly stream logs instead of hoarding them.
To make sure the source endpoints can keep up with this aggressive streaming without dropping sessions, you should also elevate the MaxMemoryPerShellMB value to 1024 inside your WSMAN registry configuration path. Shifting to this continuous streaming model will instantly clear out your event backlog and distribute the processing load evenly across your collector cluster. If these tuning adjustments successfully squash your log forwarding delays, please accept the answer so others with the same issue can find the solution. Feel free to leave a comment if you need further information.
Tracy Le.