You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/static/releasenotes.asciidoc
+29-3Lines changed: 29 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ This section summarizes the changes in the following releases:
7
7
* <<logstash-8-17-2,Logstash 8.17.2>>
8
8
* <<logstash-8-17-1,Logstash 8.17.1>>
9
9
* <<logstash-8-17-0,Logstash 8.17.0>>
10
+
* <<logstash-8-16-5,Logstash 8.16.5>>
10
11
* <<logstash-8-16-4,Logstash 8.16.4>>
11
12
* <<logstash-8-16-3,Logstash 8.16.3>>
12
13
* <<logstash-8-16-2,Logstash 8.16.2>>
@@ -242,7 +243,7 @@ If you wish to also include breaking changes, you must specify `--level=major` h
242
243
[[known-issue-8-17-0-jvm]]
243
244
===== JVM version changes needed when upgrading {ls} from 8.12.0 (or earlier)
244
245
245
-
If the `jvm.options` file was modified and not overwritten with the newest version, you may see a "deserialize invocation error" message, causing the pipeline to crash.
246
+
If the `jvm.options` file was modified and not overwritten with the newest version, you may see a "deserialize invocation error" message, causing the pipeline to crash.
246
247
Users are affected if the Persistent Queue (PQ) is enabled, and the pipeline is processing messages larger than 20MB.
247
248
248
249
**Solution:** Apply the default change contained in the newer 'jvm.options' file, as seen in this https://github.com/elastic/logstash/blob/v8.17.0/config/jvm.options#L74-L90[example].
@@ -256,9 +257,9 @@ unable to process event. {:message=>"input buffer full", :class=>"Java::JavaLang
256
257
```
257
258
The issue was fixed in https://github.com/elastic/logstash/pull/16760.
258
259
259
-
This problem is most likely to be seen when you are using the <<plugins-integrations-logstash,{ls} integration>> plugin to ship data between two {ls} instances, but may appear in other situations, too.
260
+
This problem is most likely to be seen when you are using the <<plugins-integrations-logstash,{ls} integration>> plugin to ship data between two {ls} instances, but may appear in other situations, too.
260
261
261
-
**Workaround for {ls}-to-{ls} communication**
262
+
**Workaround for {ls}-to-{ls} communication**
262
263
263
264
The {ls}-to-{ls} issue can be mitigated by:
264
265
@@ -304,6 +305,31 @@ Other `json_lines` codec issues can be mitigated by:
304
305
305
306
* Adds new mixin configuration option `with_obsolete` to mark `ssl` options as obsolete https://github.com/logstash-plugins/logstash-mixin-http_client/pull/46[#46]
306
307
308
+
[[logstash-8-16-5]]
309
+
=== Logstash 8.16.5 Release Notes
310
+
311
+
[[notable-8-16-5]]
312
+
==== Notable issues fixed
313
+
314
+
* Improves performance of the Persistent Queue, especially in the case of large events, by moving deserialization out of the exclusive access lock. https://github.com/elastic/logstash/pull/17050[#17050]
315
+
* Improve error logging when Centralized Pipeline Management cannot find a configured pipeline. https://github.com/elastic/logstash/pull/17052[#17052]
316
+
317
+
[[plugins-8-16-5]]
318
+
==== Plugins
319
+
320
+
*Beats Input - 6.9.3*
321
+
322
+
* Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-beats/pull/514[#514]
323
+
324
+
*Http Input - 3.10.2*
325
+
326
+
* Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-http/pull/194[#194]
327
+
328
+
*Tcp Input - 6.4.6*
329
+
330
+
* Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-tcp/pull/233[#233]
0 commit comments