|
3 | 3 |
|
4 | 4 | This section summarizes the changes in the following releases: |
5 | 5 |
|
| 6 | +* <<logstash-8-18-0,Logstash 8.18.0>> |
6 | 7 | * <<logstash-8-17-4,Logstash 8.17.4>> |
7 | 8 | * <<logstash-8-17-3,Logstash 8.17.3>> |
8 | 9 | * <<logstash-8-17-2,Logstash 8.17.2>> |
@@ -81,6 +82,59 @@ This section summarizes the changes in the following releases: |
81 | 82 | * <<logstash-8-0-0-alpha2,Logstash 8.0.0-alpha2>> |
82 | 83 | * <<logstash-8-0-0-alpha1,Logstash 8.0.0-alpha1>> |
83 | 84 |
|
| 85 | +[[logstash-8-18-0]] |
| 86 | +=== Logstash 8.18.0 Release Notes |
| 87 | + |
| 88 | +[[notable-8.18.0]] |
| 89 | +==== Performance improvements and notable issues fixed |
| 90 | +* Avoid possible integer overflow in string tokenization https://github.com/elastic/logstash/pull/17353[#17353]. |
| 91 | +* Fixed an issue to execute pqcheck and pqrepair on Windows OS. Previously https://github.com/elastic/logstash/pull/16205[#16205] solved the problem with space character in the installation path but introduced another issue now solved by https://github.com/elastic/logstash/pull/17120[#17120] |
| 92 | +* Fixed an issue where the `/_node/stats` API displayed empty pipeline metrics when X-Pack monitoring was enabled https://github.com/elastic/logstash/pull/17185[#17185]. |
| 93 | +* Persistence queue moved deserialization of read events outside a critical section, this could give a boost up to 5 times to events per second read speed https://github.com/elastic/logstash/pull/17050[#17050]. |
| 94 | +* Starting from es-output 12.0.2, a 404 response is treated as an error. Previously, central pipeline management considered 404 as an empty pipeline, not an error https://github.com/elastic/logstash/pull/17052[#17052]. |
| 95 | +* Exposes the qualifier, like GA or RC, in cli and in the http api https://github.com/elastic/logstash/pull/16904[#16904]. |
| 96 | +* Set Jackson stream read constraints defaults in code to avoid missed `jvm.options` updates during installation upgrade https://github.com/elastic/logstash/pull/16854[#16854]. |
| 97 | + |
| 98 | +[[dependencies-8.18.0]] |
| 99 | +==== Updates to dependencies |
| 100 | +* Update JDK to 21.0.6+7 https://github.com/elastic/logstash/pull/16932[#16932] |
| 101 | + |
| 102 | +[[plugins-8.18.0]] |
| 103 | +==== Plugins |
| 104 | +*Elasticsearch Filter - 3.17.1* |
| 105 | + |
| 106 | +* Add elastic-transport client support used in elasticsearch-ruby 8.x https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/193[#193] |
| 107 | + |
| 108 | +*Xml Filter - 4.3.0* |
| 109 | + |
| 110 | +* Update Nokogiri dependency version https://github.com/logstash-plugins/logstash-filter-xml/pull/87[#87] |
| 111 | + |
| 112 | +*Elastic_serverless_forwarder Input - 1.0.0* |
| 113 | + |
| 114 | +* Promote from technical preview to GA https://github.com/logstash-plugins/logstash-input-elastic_serverless_forwarder/pull/10[#10] |
| 115 | + |
| 116 | +*Elasticsearch Input - 4.21.2* |
| 117 | + |
| 118 | +* Add elastic-transport client support used in elasticsearch-ruby 8.x https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/225[#225] |
| 119 | + |
| 120 | +*Syslog Input - 3.7.1* |
| 121 | + |
| 122 | +* Fix issue where the priority field was not being set correctly when grok failed https://github.com/logstash-plugins/logstash-input-syslog/pull/78[#76] |
| 123 | + |
| 124 | +*Aws Integration - 7.2.1* |
| 125 | + |
| 126 | +* [DOC] Remove unneeded content and links in SNS and CloudWatch https://github.com/logstash-plugins/logstash-integration-aws/pull/54[#54] |
| 127 | + |
| 128 | +* Added an option `web_identity_token_file` to support IRSA (IAM Roles for Service Accounts) https://github.com/logstash-plugins/logstash-integration-aws/pull/52[#52] |
| 129 | + |
| 130 | + |
| 131 | +*Jdbc Integration - 5.5.3* |
| 132 | + |
| 133 | +* [DOC] Rework inline comment to a callout in preparation for upcoming MD conversion https://github.com/logstash-plugins/logstash-integration-jdbc/pull/181[#181] |
| 134 | + |
| 135 | +*Kafka Integration - 11.6.0* |
| 136 | + |
| 137 | +* Support additional `oauth` and `sasl` configuration options for configuring kafka client https://github.com/logstash-plugins/logstash-integration-kafka/pull/189[#189] |
84 | 138 |
|
85 | 139 | [[logstash-8-17-4]] |
86 | 140 | === Logstash 8.17.4 Release Notes |
@@ -122,7 +176,6 @@ This section summarizes the changes in the following releases: |
122 | 176 |
|
123 | 177 | [[plugins-8-17-3]] |
124 | 178 | ==== Plugins |
125 | | - |
126 | 179 | *Beats Input - 6.9.3* |
127 | 180 |
|
128 | 181 | * Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-beats/pull/514[#514] |
|
0 commit comments