diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index fd8e85e2bc63..ca75e4d2edbb 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -87,11 +87,6 @@ https://github.com/elastic/beats/compare/v5.0.0...v5.0.1[View commits] - Fix 'index out of bounds' bug in Packetbeat DNS protocol plugin. {issue}2872[2872] -*Filebeat* - -- Fix registry cleanup issue when files falling under ignore_older after restart. {issue}2818[2818] - - ==== Added *Metricbeat* @@ -174,6 +169,8 @@ https://github.com/elastic/beats/compare/v5.0.0-beta1...v5.0.0-rc1[View commits] *Filebeat* - Fix input buffer on encoding problem. {pull}2416[2416] +- Fix registry cleanup issue when files falling under ignore_older after restart. {issue}2818[2818] + ==== Deprecated diff --git a/libbeat/docs/release-notes/5.0.0.asciidoc b/libbeat/docs/release-notes/5.0.0.asciidoc index 68169824bc88..14c70817d47c 100644 --- a/libbeat/docs/release-notes/5.0.0.asciidoc +++ b/libbeat/docs/release-notes/5.0.0.asciidoc @@ -105,6 +105,7 @@ The list below covers changes between 1.x to 5.0.0 releases. - Fix input buffer on encoding problem. {pull}2416[2416] - Fix issue when `clean_removed` and `clean_inactive` were used together that states were not directly removed from the registry. - Fix issue where upgrading a 1.x registry file resulted in duplicate state entries. {pull}2792[2792] +- Fix registry cleanup issue when files falling under ignore_older after restart. {issue}2818[2818] *Packetbeat*