Skip to content

This release introduces payload compression for Azure Log Analytics to reduce bandwidth usage, as well as an important fix for a from_http bug that was introduced with the previous release.

Aug 1, 2025 · @raxyte · #5394

The to_azure_log_analytics operator now compresses the sent payload, significantly reducing the bandwidth consumed.

Aug 1, 2025 · @jachris · #5398

Using the from_http operator as a client without explicitly specifying a port resulted in an error complaining that the port cannot be zero. This now works as expected, meaning that the default port is derived correctly from the URL scheme, i.e., 80 for HTTP and 443 for HTTPS.