diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index a5ea7dd805d..5dc25ed8824 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,6 +3,32 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +[[release-notes-8.11.4]] +=== Beats version 8.11.4 +https://github.com/elastic/beats/compare/v8.11.3\...v8.11.4[View commits] + +==== Bugfixes + +*Heartbeat* + +- Added fix for formatting the logs from stateloader properly. {pull}37369[37369] +- Remove duplicated syscall from ARM seccomp profile. {pull}37440[37440] + +*Metricbeat* + +- Nest the `region` and `availability_zone` ECS fields within the cloud field. {pull}37015[37015] +- Fix CPU and memory metrics collection from privileged process on Windows. {issue}17314[17314]{pull}37027[37027] +- Add memory hard limit from container metadata and remove usage percentage in AWS Fargate. {pull}37194[37194] +- Ignore parser errors from unsupported metrics types on Prometheus client and continue parsing until EOF is reached. {pull}37383[37383] +- Fix the reference time rounding on Azure Metrics. {issue}37204[37204] {pull}37365[37365] + +==== Added + +*Packetbeat* + +- Bump Windows Npcap version to v1.78. {issue}37300[37300] {pull}37370[37370] + + [[release-notes-8.11.3]] === Beats version 8.11.3 https://github.com/elastic/beats/compare/v8.11.2\...v8.11.3[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 6ecaf3350f5..1bb45f818bb 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -73,8 +73,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Heartbeat* - Fix panics when parsing dereferencing invalid parsed url. {pull}34702[34702] -- Added fix for formatting the logs from stateloader properly. {pull}37369[37369] -- Remove duplicated syscall from arm seccomp profile. {pull}37440[37440] *Metricbeat* @@ -90,19 +88,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Fix EC2 host.cpu.usage {pull}35717[35717] - Add option in SQL module to execute queries for all dbs. {pull}35688[35688] - Add remaining dimensions for azure storage account to make them available for tsdb enablement. {pull}36331[36331] -- Add missing 'TransactionType' dimension for Azure Storage Account. {pull}36413[36413] -- Add log error when statsd server fails to start {pull}36477[36477] -- Fix CassandraConnectionClosures metric configuration {pull}34742[34742] -- Fix event mapping implementation for statsd module {pull}36925[36925] -- The region and availability_zone ecs fields nested within the cloud field. {pull}37015[37015] -- Fix CPU and memory metrics collection from privileged process on Windows {issue}17314[17314]{pull}37027[37027] -- Enhanced Azure Metrics metricset with refined grouping logic and resolved duplication issues for TSDB compatibility {pull}36823[36823] -- Fix memory leak on Windows {issue}37142[37142] {pull}37171[37171] -- Fix unintended skip in metric collection on Azure Monitor {issue}37204[37204] {pull}37203[37203] -- Fix the "api-version query parameter (?api-version=) is required for all requests" error in Azure Billing. {pull}37158[37158] -- Add memory hard limit from container metadata and remove usage percentage in AWS Fargate. {pull}37194[37194] -- Ignore parser errors from unsupported metrics types on Prometheus client and continue parsing until EOF is reached {pull}37383[37383] -- Fix the reference time rounding on Azure Metrics {issue}37204[37204] {pull}37365[37365] *Osquerybeat* @@ -167,7 +152,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Packetbeat* -- Bump Windows Npcap version to v1.78. {issue}37300[37300] {pull}37370[37370] *Winlogbeat* @@ -246,6 +230,9 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] + + + diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index 3219d84d400..8034a904ff3 100644 --- a/libbeat/docs/release.asciidoc +++ b/libbeat/docs/release.asciidoc @@ -8,6 +8,7 @@ This section summarizes the changes in each release. Also read <> for more detail about changes that affect upgrade. +* <> * <> * <> * <>