diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index e28c54b7eaf4..58f8aca41312 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -27,39 +27,17 @@ https://github.com/elastic/beats/compare/v5.4.1...master[Check the HEAD diff] ==== Bugfixes *Affecting all Beats* -- Fix console output {pull}4045[4045] - -- Usage of field `_type` is now ignored and hardcoded to `doc`. {pull}3757[3757] -- Removed empty sections from the template files, causing indexing errors for array objects. {pull}4488[4488] *Filebeat* -- Fix modules default file permissions. {pull}3879[3879] -- Properly shut down crawler in case one prospector is misconfigured. {pull}4037[4037] -- Fix importing the dashboards when the limit for max open files is too low. {issue}4244[4244] -- Fix issue that new prospector was not reloaded on conflict {pull}4128[4128] -- Fix grok pattern in filebeat module system/auth without hostname. {pull}4224[4224] -- Fix the Mysql slowlog parsing of IP addresses. {pull}4183[4183] -- Allow string characters in user agent patch version (NGINX and Apache) {pull}4415[4415] - *Heartbeat* *Metricbeat* -- Add filtering to system filesystem metricset to remove relative mountpoints like those - from Linux network namespaces. {pull}4370[4370] -- Fix issue affecting Windows services timing out at startup. {pull}4491[4491] - -- Fix type of field `haproxy.stat.check.health.last`. {issue}4407[4407] *Packetbeat* -- Clean configured geoip.paths before attempting to open the database. {pull}4306[4306] -- Fix `packetbeat.interface` options that contain underscores (e.g. `with_vlans` or `bpf_filter`). {pull}4378[4378] -- Enabled /proc/net/tcp6 scanning and fixed ip v6 parsing. {pull}4442[4442] - *Winlogbeat* - ==== Added *Affecting all Beats* @@ -79,7 +57,6 @@ https://github.com/elastic/beats/compare/v5.4.1...master[Check the HEAD diff] *Affecting all Beats* *Filebeat* -- Deprecate `document_type` prospector config option as _type is removed in elasticsearch 6.0. Use fields instead. {pull}4225[4225] *Heartbeat* @@ -88,7 +65,6 @@ https://github.com/elastic/beats/compare/v5.4.1...master[Check the HEAD diff] *Packetbeat* *Winlogbeat* -- Deprecated metrics endpoint. It is superseded by a libbeat feature that can serve metrics on an HTTP endpoint. {pull}4145[4145] ==== Known Issue @@ -106,6 +82,65 @@ https://github.com/elastic/beats/compare/v5.4.1...master[Check the HEAD diff] //////////////////////////////////////////////////////////// +[[release-notes-5.5.0]] +=== Beats version 5.5.0 +https://github.com/elastic/beats/compare/v5.4.2...v5.5.0[View commits] + +==== Breaking changes + +*Affecting all Beats* + +- Usage of field `_type` is now ignored and hardcoded to `doc`. {pull}3757[3757] + +==== Bugfixes + +*Affecting all Beats* + +- Fix console output. {pull}4045[4045] + +*Filebeat* + +- Allow string characters in user agent patch version (NGINX and Apache) {pull}4415[4415] + +*Metricbeat* + +- Fix type of field `haproxy.stat.check.health.last`. {issue}4407[4407] + +*Packetbeat* + +- Fix `packetbeat.interface` options that contain underscores (e.g. `with_vlans` or `bpf_filter`). {pull}4378[4378] +- Enabled /proc/net/tcp6 scanning and fixed ip v6 parsing. {pull}4442[4442] + +==== Deprecated + +*Filebeat* + +- Deprecate `document_type` prospector config option as _type is removed in elasticsearch 6.0. Use fields instead. {pull}4225[4225] + +*Winlogbeat* + +- Deprecated metrics endpoint. It is superseded by a libbeat feature that can serve metrics on an HTTP endpoint. {pull}4145[4145] + +[[release-notes-5.4.2]] +=== Beats version 5.4.2 +https://github.com/elastic/beats/compare/v5.4.1...v5.4.2[View commits] + +==== Bugfixes + +*Affecting all Beats* + +- Removed empty sections from the template files, causing indexing errors for array objects. {pull}4488[4488] + +*Metricbeat* + +- Fix issue affecting Windows services timing out at startup. {pull}4491[4491] +- Add filtering to system filesystem metricset to remove relative mountpoints like those + from Linux network namespaces. {pull}4370[4370] + +*Packetbeat* + +- Clean configured geoip.paths before attempting to open the database. {pull}4306[4306] + [[release-notes-5.4.1]] === Beats version 5.4.1 https://github.com/elastic/beats/compare/v5.4.0...v5.4.1[View commits] diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index d363fb22ba11..110d9271392e 100644 --- a/libbeat/docs/release.asciidoc +++ b/libbeat/docs/release.asciidoc @@ -6,6 +6,8 @@ -- This section summarizes the changes in each release. +* <> +* <> * <> * <> * <>