diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index bbb21798872..cff08048886 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -15,8 +15,6 @@ https://github.com/elastic/beats/compare/v6.0.0-alpha1...master[Check the HEAD d *Affecting all Beats* *Filebeat* -- Rename `input_type` field to `prospector.type` {pull}4294[4294] -- The `@metadata.type` field, added by the Logstash output, is now hardcoded to `doc` and will be removed in future versions. {pull}4331[4331]. *Heartbeat* @@ -30,30 +28,92 @@ https://github.com/elastic/beats/compare/v6.0.0-alpha1...master[Check the HEAD d *Affecting all Beats* +- Don't stop with error loading the ES template if the ES output is not enabled. {pull}4436[4436] + +*Filebeat* + +*Heartbeat* + +*Metricbeat* + +*Packetbeat* + +*Winlogbeat* + +==== Added + +*Affecting all Beats* + +*Filebeat* + +- Nginx module: use the first not-private IP address as the remote_ip. {pull}4417[4417] + +*Heartbeat* + +*Metricbeat* + +*Packetbeat* + +*Winlogbeat* + +==== Deprecated + +*Affecting all Beats* + +*Filebeat* + +*Heartbeat* + +*Metricbeat* + +*Packetbeat* + +*Winlogbeat* + +==== Known Issue + + +//////////////////////////////////////////////////////////// + +[[release-notes-6.0.0-alpha2]] +=== Beats version 6.0.0-alpha2 +https://github.com/elastic/beats/compare/v6.0.0-alpha1...v6.0.0-alpha2[View commits] + +==== Breaking changes + +*Filebeat* + +- Rename `input_type` field to `prospector.type` {pull}4294[4294] +- The `@metadata.type` field, added by the Logstash output, is now hardcoded to `doc` and will be removed in future versions. {pull}4331[4331]. + +==== Bugfixes + +*Affecting all Beats* + - Fix importing the dashboards when the limit for max open files is too low. {issue}4244[4244] - Fix configuration documentation for kubernetes processor {pull}4313[4313] - Fix misspelling in `add_locale` configuration option for abbreviation. *Filebeat* + - Fix race condition on harvester stopping with reloading enabled. {issue}3779[3779] - Fix recursive glob config parsing and resolution across restarts. {pull}4269[4269] - Allow string characters in user agent patch version (NGINX and Apache) {pull}4415[4415] - -*Heartbeat* +- Fix grok pattern in filebeat module system/auth without hostname. {pull}4224[4224] *Metricbeat* + - Fix a debug statement that said a module wrapper had stopped when it hadn't. {pull}4264[4264] - Use MemAvailable value from /proc/meminfo on Linux 3.14. {pull}4316[4316] - Fix panic when events were dropped by filters. {issue}4327[4327] - Add filtering to system filesystem metricset to remove relative mountpoints like those from Linux network namespaces. {pull}4370[4370] -- Remove unnecessary print statement in schema apis {pull}4355[4355] +- Remove unnecessary print statement in schema apis. {pull}4355[4355] - Fix type of field `haproxy.stat.check.health.last`. {issue}4407[4407] *Packetbeat* -- Enable memcache filtering only if a port is specified in the config file. {issue}4335[4335] -*Winlogbeat* +- Enable memcache filtering only if a port is specified in the config file. {issue}4335[4335] ==== Added @@ -67,9 +127,8 @@ https://github.com/elastic/beats/compare/v6.0.0-alpha1...master[Check the HEAD d - Add `add_docker_metadata` processor. {pull}4352[4352] *Filebeat* -- Add experimental Redis slow log prospector type. {pull}4180[4180] -*Heartbeat* +- Add experimental Redis slow log prospector type. {pull}4180[4180] *Metricbeat* @@ -80,10 +139,7 @@ https://github.com/elastic/beats/compare/v6.0.0-alpha1...master[Check the HEAD d - Add events metricset for kubernetes metricbeat module {pull}4315[4315] - Change Metricbeat default configuration file to be better optimized for most users. {pull}4329[4329] - Add experimental RabbitMQ module. {pull}4394[4394] - -*Packetbeat* - -*Winlogbeat* +- Add Kibana dashboard for the Kubernetes modules. {pull}4138[4138] ==== Deprecated @@ -92,21 +148,16 @@ https://github.com/elastic/beats/compare/v6.0.0-alpha1...master[Check the HEAD d - The `@metadata.type` field, added by the Logstash output, is deprecated, hardcoded to `doc` and will be removed in future versions. {pull}4331[4331]. *Filebeat* -- Deprecate `input_type` prospector config. Use `type` config option instead. {pull}4294[4294] - -*Heartbeat* - -*Metricbeat* - -*Packetbeat* - -*Winlogbeat* +- Deprecate `input_type` prospector config. Use `type` config option instead. {pull}4294[4294] ==== Known Issue - -//////////////////////////////////////////////////////////// +- If the Elasticsearch output is not enabled, but `setup.template` options are + present (like it's the case in the default Metricbeat configuration), the + Beat stops with an error: "Template loading requested but the Elasticsearch + output is not configured/enabled". To avoid this error, disable the template + loading explicitly `setup.template.enabled: false`. [[release-notes-6.0.0-alpha1]] === Beats version 6.0.0-alpha1 @@ -150,7 +201,6 @@ https://github.com/elastic/beats/compare/v5.4.0...v6.0.0-alpha1[View commits] - Fix the Mysql slowlog parsing of IP addresses. {pull}4183[4183] - 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] *Heartbeat* @@ -234,6 +284,33 @@ https://github.com/elastic/beats/compare/v5.4.0...v6.0.0-alpha1[View commits] - Prospector reloading only works properly with new files. {pull}3546[3546] +[[release-notes-5.4.1]] +=== Beats version 5.4.1 +https://github.com/elastic/beats/compare/v5.4.0...v5.4.1[View commits] + +==== Bugfixes + +*Affecting all Beats* + +- Fix importing the dashboards when the limit for max open files is too low. {issue}4244[4244] +- Fix console output. {pull}4045[4045] + +*Filebeat* + +- 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] + +==== Added + +*Affecting all Beats* + +- Binaries upgraded to Go 1.7.6 which contains security fixes. {pull}4400[4400] + +*Winlogbeat* + +- Add the ability to use LevelRaw if Level isn't populated in the event XML. {pull}4257[4257] + [[release-notes-5.4.0]] === Beats version 5.4.0 https://github.com/elastic/beats/compare/v5.3.2...v5.4.0[View commits] diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index d3dcbd40547..eb6fa9521b4 100644 --- a/libbeat/docs/release.asciidoc +++ b/libbeat/docs/release.asciidoc @@ -6,7 +6,9 @@ -- This section summarizes the changes in each release. +* <> * <> +* <> * <> * <> * <>