@@ -23,6 +23,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
2323- Remove deprecated/undocumented IncludeCreatorMetadata setting from kubernetes metadata config options {pull}28006[28006]
2424- Remove deprecated fields from kubernetes module {pull}28046[28046]
2525- Remove deprecated config option aws_partition. {pull}28120[28120]
26+ - Update kubernetes.namespace from keyword to group field and add name, labels, annotations, uuid as its fields {pull}27917[27917]
2627
2728*Auditbeat*
2829
@@ -92,6 +93,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
9293- Remove deprecated fields in Kafka module. {pull}27938[27938]
9394- Remove deprecated fields in coredns module. {pull}28196[28196]
9495- Remove old `httpjson` config implementation. {pull}28054[28054]
96+ - Fix initialization of http client in Cloudfoundry input. {issue}28271[28271] {pull}28277[28277]
9597
9698*Heartbeat*
9799
@@ -116,6 +118,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
116118- Remove deprecated fields in Kafka module. {pull}27938[27938]
117119- Remove deprecated config option default_region from aws module. {pull}28120[28120]
118120- Remove deprecated config option perfmon.counters from windows/perfmon metricset. {pull}28282[28282]
121+ - Remove deprecated fields in Redis module. {issue}11835[11835] {pull}28246[28246]
119122
120123*Packetbeat*
121124
@@ -139,6 +142,9 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
139142
140143*Functionbeat*
141144
145+ - Support for Google Cloud Functions have been removed, as it has been in Beta for a long time and been broken
146+ for a few releases. Please use other tools provided by Elastic to fetch data from GCP (e.g. Filebeat).
147+
142148
143149==== Bugfixes
144150
@@ -210,6 +216,8 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
210216- Periodic metrics in logs will now report `libbeat.output.events.active` and `beat.memstats.rss`
211217 as gauges (rather than counters). {pull}22877[22877]
212218- Beats dashboards use custom index when `setup.dashboards.index` is set. {issue}21232[21232] {pull}27901[27901]
219+ - Fix handling of float data types within processors. {issue}28279[28279] {pull}28280[28280]
220+ - Allow `clone3` syscall in seccomp filters. {pull}28117[28117]
213221
214222*Auditbeat*
215223
@@ -307,6 +315,10 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
307315- Update indentation for azure filebeat configuration. {pull}26604[26604]
308316- Update Sophos xg module pipeline to deal with missing `date` and `time` fields. {pull}27834[27834]
309317- sophos/xg fileset: Add missing pipeline for System Health logs. {pull}27827[27827] {issue}27826[27826]
318+ - Resolve issue with @timestamp for defender_atp. {pull}28272[28272]
319+ - Tolerate faults when Windows Event Log session is interrupted {issue}27947[27947] {pull}28191[28191]
320+ - Add support for username in cisco asa security negotiation logs {pull}26975[26975]
321+ - Relax time parsing and capture group and session type in Cisco ASA module {issue}24710[24710] {pull}28325[28325]
310322
311323*Heartbeat*
312324
@@ -415,6 +427,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
415427
416428*Packetbeat*
417429
430+ - Handle truncated DNS records more gracefully. {issue}21495[21495] {pull}28297[28297]
418431
419432*Winlogbeat*
420433
@@ -423,6 +436,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
423436- Add source.ip validation for event ID 4778 in the Security module. {issue}19627[19627]
424437- Protect against accessing undefined variables in Sysmon module. {issue}22219[22219] {pull}22236[22236]
425438- Protect against accessing an undefined variable in Security module. {pull}22937[22937]
439+ - Tolerate faults when Windows Event Log session is interrupted {issue}27947[27947] {pull}28191[28191]
426440
427441*Functionbeat*
428442
@@ -741,6 +755,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
741755- Make aws-cloudwatch input GA. {pull}28161[28161]
742756- Move processing to ingest node for AWS vpcflow fileset. {pull}28168[28168]
743757- Release zoom module as GA. {pull}28106[28106]
758+ - Add support for secondary object attribute handling in ThreatIntel MISP module {pull}28124[28124]
744759
745760*Heartbeat*
746761
0 commit comments