Skip to content

Commit 63e8fd1

Browse files
robbaveygithub-actions[bot]logstashmachine
authored
Forward Port of Release notes for 8.16.5 and 8.17.3 (#17187), (#17188) (#17266)
* Forward Port of Release notes for 8.17.3 (#17187) * Update release notes for 8.17.3 --------- Co-authored-by: logstashmachine <[email protected]> Co-authored-by: Rob Bavey <[email protected]> * Forward Port of Release notes for 8.16.5 (#17188) * Update release notes for 8.16.5 --------- Co-authored-by: logstashmachine <[email protected]> Co-authored-by: Rob Bavey <[email protected]> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: logstashmachine <[email protected]>
1 parent bf9b23b commit 63e8fd1

File tree

1 file changed

+58
-4
lines changed

1 file changed

+58
-4
lines changed

docs/static/releasenotes.asciidoc

+58-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33

44
This section summarizes the changes in the following releases:
55

6+
* <<logstash-8-17-3,Logstash 8.17.3>>
67
* <<logstash-8-17-2,Logstash 8.17.2>>
78
* <<logstash-8-17-1,Logstash 8.17.1>>
89
* <<logstash-8-17-0,Logstash 8.17.0>>
10+
* <<logstash-8-16-5,Logstash 8.16.5>>
911
* <<logstash-8-16-4,Logstash 8.16.4>>
1012
* <<logstash-8-16-3,Logstash 8.16.3>>
1113
* <<logstash-8-16-2,Logstash 8.16.2>>
@@ -77,6 +79,33 @@ This section summarizes the changes in the following releases:
7779
* <<logstash-8-0-0-alpha2,Logstash 8.0.0-alpha2>>
7880
* <<logstash-8-0-0-alpha1,Logstash 8.0.0-alpha1>>
7981

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+
80109
[[logstash-8-17-2]]
81110
=== Logstash 8.17.2 Release Notes
82111

@@ -214,7 +243,7 @@ If you wish to also include breaking changes, you must specify `--level=major` h
214243
[[known-issue-8-17-0-jvm]]
215244
===== JVM version changes needed when upgrading {ls} from 8.12.0 (or earlier)
216245

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.
218247
Users are affected if the Persistent Queue (PQ) is enabled, and the pipeline is processing messages larger than 20MB.
219248

220249
**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
228257
```
229258
The issue was fixed in https://github.com/elastic/logstash/pull/16760.
230259

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.
232261

233-
**Workaround for {ls}-to-{ls} communication**
262+
**Workaround for {ls}-to-{ls} communication**
234263

235264
The {ls}-to-{ls} issue can be mitigated by:
236265

@@ -276,6 +305,31 @@ Other `json_lines` codec issues can be mitigated by:
276305

277306
* 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]
278307

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+
279333
[[logstash-8-16-4]]
280334
=== Logstash 8.16.4 Release Notes
281335

@@ -3198,4 +3252,4 @@ We have added another flag to the Benchmark CLI to allow passing a data file wit
31983252
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]
31993253

32003254
==== Plugin releases
3201-
Plugins align with release 7.14.0
3255+
Plugins align with release 7.14.0

0 commit comments

Comments
 (0)