|
3 | 3 | :issue: https://github.com/elastic/beats/issues/ |
4 | 4 | :pull: https://github.com/elastic/beats/pull/ |
5 | 5 |
|
| 6 | +[[release-notes-7.9.3]] |
| 7 | +=== Beats version 7.9.3 |
| 8 | +https://github.com/elastic/beats/compare/v7.9.2...v7.9.3[View commits] |
| 9 | + |
| 10 | +==== Bugfixes |
| 11 | + |
| 12 | +*Affecting all Beats* |
| 13 | + |
| 14 | +- The `o365audit` input and `o365` module now recover from an authentication problem or other fatal errors, instead of terminating. {pull}21258[21258] |
| 15 | + |
| 16 | +*Auditbeat* |
| 17 | + |
| 18 | +- system/socket: Fix a crash due to concurrent map read and write. {issue}21192[21192] {pull}21690[21690] |
| 19 | + |
| 20 | +*Filebeat* |
| 21 | + |
| 22 | +- Add field limit check for AWS Cloudtrail flattened fields. {pull}21388[21388] {issue}21382[21382] |
| 23 | + |
| 24 | +*Metricbeat* |
| 25 | + |
| 26 | +- Fix `remote_write` flaky test. {pull}21173[21173] |
| 27 | +- Fix panic in Kubernetes autodiscovery caused by storing stateless keystores. {issue}21843[21843] {pull}21880[21880] |
| 28 | +- Remove redundant dockersock volume mount to avoid problems on Kubernetes deployments that do not use docker as the container runtime. {pull}22009[22009] |
| 29 | + |
| 30 | + |
6 | 31 | [[release-notes-7.9.2]] |
7 | 32 | === Beats version 7.9.2 |
8 | 33 | https://github.com/elastic/beats/compare/v7.9.1...v7.9.2[View commits] |
@@ -2575,6 +2600,46 @@ https://github.com/elastic/beats/compare/v6.5.0...v7.0.0-alpha1[View commits] |
2575 | 2600 | - Added support to calculate certificates' fingerprints (MD5, SHA-1, SHA-256). {issue}8180[8180] |
2576 | 2601 | - Support new TLS version negotiation introduced in TLS 1.3. {issue}8647[8647]. |
2577 | 2602 |
|
| 2603 | +[[release-notes-6.8.13]] |
| 2604 | +=== Beats version 6.8.13 |
| 2605 | +https://github.com/elastic/beats/compare/v6.8.12...v6.8.13[View commits] |
| 2606 | + |
| 2607 | +==== Added |
| 2608 | + |
| 2609 | +*Filebeat* |
| 2610 | + |
| 2611 | +- Add container image in Kubernetes metadata. {pull}13356[13356] {issue}12688[12688] |
| 2612 | + |
| 2613 | +[[release-notes-6.8.12]] |
| 2614 | +=== Beats version 6.8.12 |
| 2615 | +https://github.com/elastic/beats/compare/v6.8.11...v6.8.12[View commits] |
| 2616 | + |
| 2617 | +==== Bugfixes |
| 2618 | + |
| 2619 | +*Filebeat* |
| 2620 | + |
| 2621 | +- Fix Filebeat OOMs on very long lines {issue}19500[19500], {pull}19552[19552] |
| 2622 | + |
| 2623 | +[[release-notes-6.8.11]] |
| 2624 | +=== Beats version 6.8.11 |
| 2625 | +https://github.com/elastic/beats/compare/v6.8.10...v6.8.11[View commits] |
| 2626 | + |
| 2627 | +==== Bugfixes |
| 2628 | + |
| 2629 | +*Metricbeat* |
| 2630 | + |
| 2631 | +- Fix bug incorrect parsing of float numbers as integers in Couchbase module {issue}18949[18949] {pull}19055[19055] |
| 2632 | + |
| 2633 | +[[release-notes-6.8.10]] |
| 2634 | +=== Beats version 6.8.10 |
| 2635 | +https://github.com/elastic/beats/compare/v6.8.9...v6.8.10[View commits] |
| 2636 | + |
| 2637 | +==== Bugfixes |
| 2638 | + |
| 2639 | +*Affecting all Beats* |
| 2640 | + |
| 2641 | +- Fix `add_cloud_metadata` to better support modifying sub-fields with other processors. {pull}13808[13808] |
| 2642 | + |
2578 | 2643 | [[release-notes-6.8.9]] |
2579 | 2644 | === Beats version 6.8.9 |
2580 | 2645 | https://github.com/elastic/beats/compare/v6.8.8...v6.8.9[View commits] |
|
0 commit comments