Release date 2024/09/11
Bugfix
-
Fix an issue where the plugin doesn’t include port information in the HTTP host header when sending requests to the log server.
Release date 2024/09/11
Fix an issue where the plugin doesn’t include port information in the HTTP host header when sending requests to the log server.
Release date 2023/05/19
Added the application/json; charset=utf-8
option for the Content-Type
header to support log collectors that require that character set declaration.#10533
If the log server responds with a 3xx HTTP status code, the plugin now considers it to be an error and retries according to the retry configuration. Previously, 3xx status codes would be interpreted as a success, causing the log entries to be dropped.#10172
Plugin batch queuing: HTTP Log, StatsD, OpenTelemetry, and Datadog
The queuing system has been reworked, causing some plugin parameters to not function as expected anymore. If you use queues in these plugins, new parameters must be configured. See each plugin’s documentation for details.
Release date 2022/09/09
Log output is now restricted to the workspace the plugin is running in. Previously, the plugin could log requests from outside of its workspace.
The headers
field now only takes a single string per header name, where it previously took an array of values.#6992
Release date 2023/01/06
Fixed the could not update kong admin
internal error caused by empty headers. This error occurred when using this plugin with the Kong Ingress Controller.