Skip to content

Commit

Permalink
Close changelog for 5.5.0 (#4528)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsg authored and monicasarbu committed Jun 20, 2017
1 parent 2dffb3c commit cb797c0
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 24 deletions.
83 changes: 59 additions & 24 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand All @@ -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*

Expand All @@ -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

Expand All @@ -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]
Expand Down
2 changes: 2 additions & 0 deletions libbeat/docs/release.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
--
This section summarizes the changes in each release.

* <<release-notes-5.5.0>>
* <<release-notes-5.4.2>>
* <<release-notes-5.4.1>>
* <<release-notes-5.4.0>>
* <<release-notes-5.3.1>>
Expand Down

0 comments on commit cb797c0

Please sign in to comment.