You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.next.asciidoc
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
106
106
- Change logging in logs input to structure logging. Some log message formats have changed. {pull}25299[25299]
107
107
108
108
*Heartbeat*
109
+
- Add support for screenshot blocks and use newer synthetics flags that only works in newer synthetics betas. {pull}25808[25808]
109
110
110
111
*Journalbeat*
111
112
@@ -131,6 +132,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
131
132
- Add support for the MemoryPressure, DiskPressure, OutOfDisk and PIDPressure status conditions in state_node. {pull}23905[23905]
132
133
- Remove xpack enabled flag on ES, Logstash, Beats and Kibana {pull}24427[24427]
133
134
- Adjust host fields to adopt new names from 1.9.0 ECS. {pull}24312[24312]
135
+
- Add replicas.ready field to state_statefulset in Kubernetes module{pull}26088[26088]
134
136
135
137
*Packetbeat*
136
138
@@ -238,6 +240,9 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
238
240
- Fix 'make setup' instructions for a new beat {pull}24944[24944]
239
241
- Fix out of date FreeBSD vagrantbox. {pull}25652[25652]
240
242
- Fix handling of `file_selectors` in aws-s3 input. {pull}25792[25792]
243
+
- Fix ILM alias creation when write alias exists and initial index does not exist {pull}26143[26143]
244
+
- Include date separator in the filename prefix of `dateRotator` to make sure nothing gets purged accidentally {pull}26176[26176]
245
+
- In the script processor, the `decode_xml` and `decode_xml_wineventlog` processors are now available as `DecodeXML` and `DecodeXMLWineventlog` respectively.
241
246
242
247
*Auditbeat*
243
248
@@ -259,6 +264,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
259
264
- system/socket: Fixed start failure when run under config reloader. {issue}20851[20851] {pull}21693[21693]
260
265
- system/socket: Having some CPUs unavailable to Auditbeat could cause startup errors or event loss. {pull}22827[22827]
261
266
- Note incompatibility of system/socket on ARM. {pull}23381[23381]
267
+
- auditd: Fix kernel deadlock when netlink congestion causes "no buffer space available" errors. {issue}26031[26031] {pull}26032[26032]
262
268
263
269
*Filebeat*
264
270
@@ -275,6 +281,8 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
275
281
- Fix integer overflow in S3 offsets when collecting very large files. {pull}22523[22523]
276
282
- Fix CredentialsJSON unpacking for `gcp-pubsub` and `httpjson` inputs. {pull}23277[23277]
277
283
- Fix issue with m365_defender, when parsing incidents that has no alerts attached: {pull}25421[25421]
284
+
- Fix default config template values for paths on oracle module: {pull}26276[26276]
285
+
- Fix bug in aws-s3 input where the end of gzipped log files might have been discarded. {pull}26260[26260]
278
286
279
287
*Filebeat*
280
288
@@ -381,6 +389,9 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
381
389
- Fix `checkpoint.action_reason` when its a string, not a Long. {issue}25575[25575] {pull}25609[25609]
382
390
- Fix `fortinet.firewall.addr` when its a string, not an IP address. {issue}25585[25585] {pull}25608[25608]
383
391
- Fix incorrect field name appending to `related.hash` in `threatintel.abusechmalware` ingest pipeline. {issue}25151[25151] {pull}25674[25674]
392
+
- Add improvements to the azure activitylogs and platformlogs ingest pipelines. {pull}26148[26148]
393
+
- Fix `kibana.log` pipeline when `event.duration` calculation becomes a Long. {issue}24556[24556] {pull}25675[25675]
394
+
- o365: Avoid mapping exception for `Parameters` and `ExtendedProperties` fields of string type. {pull}26164[26164]
384
395
385
396
*Heartbeat*
386
397
@@ -488,6 +499,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
488
499
- Change vsphere.datastore.capacity.used.pct value to betweeen 0 and 1. {pull}23148[23148]
489
500
- Update config in `windows.yml` file. {issue}23027[23027]{pull}23327[23327]
490
501
- Fix metric grouping for windows/perfmon module {issue}23489[23489] {pull}23505[23505]
502
+
- Major refactor of system/cpu and system/core metrics. {pull}25771[25771]
491
503
492
504
*Packetbeat*
493
505
@@ -585,6 +597,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
585
597
- Allow node/namespace metadata to be disabled on kubernetes metagen and ensure add_kubernetes_metadata honors host {pull}23012[23012]
586
598
- Add support for defining explicitly named dynamic templates without path/type match criteria {pull}25422[25422]
587
599
- Improve ES output error insights. {pull}25825[25825]
600
+
- Libbeat: report beat version to monitoring. {pull}26214[26214]
588
601
589
602
*Auditbeat*
590
603
@@ -807,6 +820,15 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
807
820
- Add fingerprint processor to generate fixed ids for `google_workspace` events. {pull}25841[25841]
808
821
- Update PanOS module to parse HIP Match logs. {issue}24350[24350] {pull}25686[25686]
809
822
- Support MongoDB 4.4 in filebeat's MongoDB module. {issue}20501[20501] {pull}24774[24774]
823
+
- Enhance GCP module to populate orchestrator.* fields for GKE / K8S logs {pull}25368[25368]
824
+
- Move Filebeat azure module to GA. {pull}26114[26114] {pull}26168[26168]
825
+
- http_endpoint: Support multiple documents in a single request by POSTing an array or NDJSON format. {pull}25764[25764]
826
+
- Make `filestream` input GA. {pull}26127[26127]
827
+
- Add new `parser` to `filestream` input: `container`. {pull}26115[26115]
828
+
- Add support for ISO8601 timestamps in Zeek fileset {pull}25564[25564]
829
+
- Add `preserve_original_event` option to `o365audit` input. {pull}26273[26273]
830
+
- Add `log.flags` to events created by the `aws-s3` input. {pull}26267[26267]
831
+
- Add `include_s3_metadata` config option to the `aws-s3` input for including object metadata in events. {pull}26267[26267]
810
832
811
833
*Heartbeat*
812
834
@@ -939,6 +961,9 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
939
961
- Add additional network metrics to docker/network {pull}25354[25354]
940
962
- Migrate ec2 metricsets to use cloudwatch input. {pull}25924[25924]
941
963
- Reduce number of requests done by kubernetes metricsets to kubelet. {pull}25782[25782]
964
+
- Migrate rds metricsets to use cloudwatch input. {pull}26077[26077]
965
+
- Migrate sqs metricsets to use cloudwatch input. {pull}26117[26117]
966
+
- Add total CPU to vSphere virtual machine metrics. {pull}26167[26167]
0 commit comments