mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
* Release notes for 7.4.0 * Release notes for 7.4.1 * Release notes for 7.4.2 Fixes #11326
This commit is contained in:
parent
17f584a847
commit
189c2c222f
1 changed files with 119 additions and 0 deletions
119
docs/static/releasenotes.asciidoc
vendored
119
docs/static/releasenotes.asciidoc
vendored
|
@ -3,6 +3,9 @@
|
||||||
|
|
||||||
This section summarizes the changes in the following releases:
|
This section summarizes the changes in the following releases:
|
||||||
|
|
||||||
|
* <<logstash-7-4-2,Logstash 7.4.2>>
|
||||||
|
* <<logstash-7-4-1,Logstash 7.4.1>>
|
||||||
|
* <<logstash-7-4-0,Logstash 7.4.0>>
|
||||||
* <<logstash-7-3-2,Logstash 7.3.2>>
|
* <<logstash-7-3-2,Logstash 7.3.2>>
|
||||||
* <<logstash-7-3-1,Logstash 7.3.1>>
|
* <<logstash-7-3-1,Logstash 7.3.1>>
|
||||||
* <<logstash-7-3-0,Logstash 7.3.0>>
|
* <<logstash-7-3-0,Logstash 7.3.0>>
|
||||||
|
@ -18,6 +21,122 @@ This section summarizes the changes in the following releases:
|
||||||
* <<logstash-7-0-0-alpha2,Logstash 7.0.0-alpha2>>
|
* <<logstash-7-0-0-alpha2,Logstash 7.0.0-alpha2>>
|
||||||
* <<logstash-7-0-0-alpha1,Logstash 7.0.0-alpha1>>
|
* <<logstash-7-0-0-alpha1,Logstash 7.0.0-alpha1>>
|
||||||
|
|
||||||
|
[[logstash-7-4-2]]
|
||||||
|
=== Logstash 7.4.2 Release Notes
|
||||||
|
|
||||||
|
No user facing changes in this release.
|
||||||
|
|
||||||
|
[[logstash-7-4-1]]
|
||||||
|
=== Logstash 7.4.1 Release Notes
|
||||||
|
|
||||||
|
* Update patch plugin versions in gemfile lock for 7.4.1 https://github.com/elastic/logstash/pull/11181[#11181]
|
||||||
|
* Update JrJackson to 0.4.10 https://github.com/elastic/logstash/pull/11184[#11184]
|
||||||
|
* Remove 10k character truncation from log4j2.properties https://github.com/elastic/logstash/pull/11206[#11206]
|
||||||
|
* [DOCS] replace unicode non-breaking hyphen U+8211 with ASCII hyphen https://github.com/elastic/logstash/pull/11217[#11217]
|
||||||
|
* [DOCS] Clarify monitoring hosts should not be master-only https://github.com/elastic/logstash/pull/11194[#11194]
|
||||||
|
* [DOCS] Add metricbeat as monitoring option https://github.com/elastic/logstash/pull/11191[#11191]
|
||||||
|
|
||||||
|
==== Plugins
|
||||||
|
|
||||||
|
*Cef Codec*
|
||||||
|
|
||||||
|
* Fixed support for deep dot notation https://github.com/logstash-plugins/logstash-codec-cef/pull/73[#73]
|
||||||
|
|
||||||
|
*Aggregate Filter*
|
||||||
|
|
||||||
|
* bugfix: fix inactivity timeout feature when processing old logs (PR https://github.com/logstash-plugins/logstash-filter-aggregate/pull/103[#103], thanks @jdratlif for his contribution!)
|
||||||
|
* docs: fix several typos in documentation
|
||||||
|
* docs: enhance example 4 documentation
|
||||||
|
* ci: enhance plugin continuous integration
|
||||||
|
|
||||||
|
*Cidr Filter*
|
||||||
|
|
||||||
|
* Support string arrays in network setting https://github.com/logstash-plugins/logstash-filter-cidr/pull/21[#21]
|
||||||
|
|
||||||
|
*Prune Filter*
|
||||||
|
|
||||||
|
* Fixed regex to prevent Exception in sprintf call https://github.com/logstash-plugins/logstash-filter-prune/pull/25[#25]
|
||||||
|
* Changed testing to docker https://github.com/logstash-plugins/logstash-filter-prune/pull/27[#27]
|
||||||
|
|
||||||
|
*Beats Input*
|
||||||
|
|
||||||
|
* Fixed configuration example in doc https://github.com/logstash-plugins/logstash-input-beats/pull/371[#371]
|
||||||
|
* Improved handling of invalid compressed content https://github.com/logstash-plugins/logstash-input-beats/pull/368[#368]
|
||||||
|
|
||||||
|
*Exec Input*
|
||||||
|
|
||||||
|
* Docs: improved doc on memory usage https://github.com/logstash-plugins/logstash-input-exec/pull/27[#27]
|
||||||
|
|
||||||
|
*File Input*
|
||||||
|
|
||||||
|
* Fixed link to FAQ https://github.com/logstash-plugins/logstash-input-file/pull/247[#247]
|
||||||
|
|
||||||
|
*Imap Input*
|
||||||
|
|
||||||
|
* Added facility to use IMAP uid to retrieve new mails instead of "NOT SEEN" https://github.com/logstash-plugins/logstash-input-imap/pull/36[#36]
|
||||||
|
|
||||||
|
*Jdbc Input*
|
||||||
|
|
||||||
|
* Add support for prepared statements https://github.com/logstash-plugins/logstash-input-jdbc/issues/233[#233]
|
||||||
|
* Use atomic booleam to load drivers once
|
||||||
|
* Added support for driver loading in JDK 9+ https://github.com/logstash-plugins/logstash-input-jdbc/issues/331[#331]
|
||||||
|
|
||||||
|
[[logstash-7-4-0]]
|
||||||
|
=== Logstash 7.4.0 Release Notes
|
||||||
|
|
||||||
|
* Improved logging of version mismatch in DLQ file reader (RecordIOReader) https://github.com/elastic/logstash/pull/11039[#11039]
|
||||||
|
* Update jruby to 9.2.8.0 https://github.com/elastic/logstash/pull/11041[#11041]
|
||||||
|
* Integration test for Java plugins https://github.com/elastic/logstash/pull/11054[#11054]
|
||||||
|
* Use correct execution engine for test-and-exit mode https://github.com/elastic/logstash/pull/11067[#11067]
|
||||||
|
* Support substitutions in pipelines.yml file https://github.com/elastic/logstash/pull/11081[#11081]
|
||||||
|
* Do not write generated Java files to disk unless debug flag is set https://github.com/elastic/logstash/pull/11082[#11082]
|
||||||
|
* Add pipeline.id to log lines https://github.com/elastic/logstash/pull/11087[#11087]
|
||||||
|
* Prepare 7.4 branch for 7.4.0 https://github.com/elastic/logstash/pull/11092[#11092]
|
||||||
|
* Update minor plugin versions in gemfile lock for 7.4 https://github.com/elastic/logstash/pull/11096[#11096]
|
||||||
|
* Use 2048 bits key in OpenSSL socket specs https://github.com/elastic/logstash/pull/11115[#11115]
|
||||||
|
* Remove mention of pipeline to pipeline being Beta https://github.com/elastic/logstash/pull/11150[#11150]
|
||||||
|
* Backport release notes to 7.4 branch https://github.com/elastic/logstash/pull/11159[#11159]
|
||||||
|
* Docs: Fix backticks in how to docs https://github.com/elastic/logstash/pull/11018[#11018]
|
||||||
|
|
||||||
|
NOTICE: Deprecate {ls} Netflow module and point to {filebeat} Netflow module https://github.com/elastic/logstash/pull/11113[#11113]
|
||||||
|
|
||||||
|
==== Plugins
|
||||||
|
|
||||||
|
*Geoip Filter*
|
||||||
|
|
||||||
|
* Fixed docs for missing region_code https://github.com/logstash-plugins/logstash-filter-geoip/pull/158[#158]
|
||||||
|
|
||||||
|
* Update of GeoLite2 DB https://github.com/logstash-plugins/logstash-filter-geoip/pull/157[#157]
|
||||||
|
|
||||||
|
*Beats Input*
|
||||||
|
|
||||||
|
* Updated Jackson dependencies https://github.com/logstash-plugins/logstash-input-beats/pull/366[#366]
|
||||||
|
|
||||||
|
*Gelf Input*
|
||||||
|
|
||||||
|
* Updated library to gelfd2 https://github.com/logstash-plugins/logstash-input-gelf/pull/48[#48]
|
||||||
|
|
||||||
|
*Kafka Input*
|
||||||
|
|
||||||
|
* Updated Kafka client version to 2.3.0
|
||||||
|
|
||||||
|
*Redis Input*
|
||||||
|
|
||||||
|
* Updated redis client dependency to ~> 4
|
||||||
|
* Changed `redis_type` to `data_type` in .rb file https://github.com/logstash-plugins/logstash-input-redis/issues/70[#70] and asciidoc file https://github.com/logstash-plugins/logstash-input-redis/issues/71[#71]
|
||||||
|
* Added support for renamed redis commands https://github.com/logstash-plugins/logstash-input-redis/issues/29[#29]
|
||||||
|
* Add channel to the event https://github.com/logstash-plugins/logstash-input-redis/issues/46[#46]
|
||||||
|
* Add support for SSL https://github.com/logstash-plugins/logstash-input-redis/issues/61[#61]
|
||||||
|
* Add support for Redis unix sockets https://github.com/logstash-plugins/logstash-input-redis/issues/64[#64]
|
||||||
|
|
||||||
|
*Kafka Output*
|
||||||
|
|
||||||
|
* Updated kafka client to version 2.3.0
|
||||||
|
|
||||||
|
*S3 Output*
|
||||||
|
|
||||||
|
* Added clarification for endpoint in documentation https://github.com/logstash-plugins/logstash-output-s3/pull/198[#198]
|
||||||
|
|
||||||
[[logstash-7-3-2]]
|
[[logstash-7-3-2]]
|
||||||
=== Logstash 7.3.2 Release Notes
|
=== Logstash 7.3.2 Release Notes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue