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
+58-4
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,11 @@
3
3
4
4
This section summarizes the changes in the following releases:
5
5
6
+
* <<logstash-8-17-3,Logstash 8.17.3>>
6
7
* <<logstash-8-17-2,Logstash 8.17.2>>
7
8
* <<logstash-8-17-1,Logstash 8.17.1>>
8
9
* <<logstash-8-17-0,Logstash 8.17.0>>
10
+
* <<logstash-8-16-5,Logstash 8.16.5>>
9
11
* <<logstash-8-16-4,Logstash 8.16.4>>
10
12
* <<logstash-8-16-3,Logstash 8.16.3>>
11
13
* <<logstash-8-16-2,Logstash 8.16.2>>
@@ -77,6 +79,33 @@ This section summarizes the changes in the following releases:
77
79
* <<logstash-8-0-0-alpha2,Logstash 8.0.0-alpha2>>
78
80
* <<logstash-8-0-0-alpha1,Logstash 8.0.0-alpha1>>
79
81
82
+
83
+
[[logstash-8-17-3]]
84
+
=== Logstash 8.17.3 Release Notes
85
+
86
+
[[notable-8-17-3]]
87
+
==== Notable issues fixed
88
+
89
+
* 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]
90
+
* Improve error logging when Centralized Pipeline Management cannot find a configured pipeline. https://github.com/elastic/logstash/pull/17052[#17052]
91
+
* Update logstash-keystore to allow spaces in values when `stdin` is used to set values https://github.com/elastic/logstash/pull/17039[#17039]
92
+
93
+
[[plugins-8-17-3]]
94
+
==== Plugins
95
+
96
+
*Beats Input - 6.9.3*
97
+
98
+
* Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-beats/pull/514[#514]
99
+
100
+
*Http Input - 3.10.2*
101
+
102
+
* Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-http/pull/194[#194]
103
+
104
+
*Tcp Input - 6.4.6*
105
+
106
+
* Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-tcp/pull/233[#233]
107
+
108
+
80
109
[[logstash-8-17-2]]
81
110
=== Logstash 8.17.2 Release Notes
82
111
@@ -214,7 +243,7 @@ If you wish to also include breaking changes, you must specify `--level=major` h
214
243
[[known-issue-8-17-0-jvm]]
215
244
===== JVM version changes needed when upgrading {ls} from 8.12.0 (or earlier)
216
245
217
-
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.
218
247
Users are affected if the Persistent Queue (PQ) is enabled, and the pipeline is processing messages larger than 20MB.
219
248
220
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].
@@ -228,9 +257,9 @@ unable to process event. {:message=>"input buffer full", :class=>"Java::JavaLang
228
257
```
229
258
The issue was fixed in https://github.com/elastic/logstash/pull/16760.
230
259
231
-
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.
232
261
233
-
**Workaround for {ls}-to-{ls} communication**
262
+
**Workaround for {ls}-to-{ls} communication**
234
263
235
264
The {ls}-to-{ls} issue can be mitigated by:
236
265
@@ -276,6 +305,31 @@ Other `json_lines` codec issues can be mitigated by:
276
305
277
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]
278
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]
331
+
332
+
279
333
[[logstash-8-16-4]]
280
334
=== Logstash 8.16.4 Release Notes
281
335
@@ -3198,4 +3252,4 @@ We have added another flag to the Benchmark CLI to allow passing a data file wit
3198
3252
This feature allows users to run the Benchmark CLI in a custom test case with a custom config and a custom dataset. https://github.com/elastic/logstash/pull/12437[#12437]
0 commit comments