|
2 | 2 | // each other on Github, so don't worry too much on using the right prefix. |
3 | 3 | :issue: https://github.com/elastic/beats/issues/ |
4 | 4 | :pull: https://github.com/elastic/beats/pull/ |
5 | | -= Beats version 9.0.0-rc1 |
6 | 5 |
|
7 | | -coming::[9.0.0-rc1] |
| 6 | +[[release-notes-9.0.0-rc1]] |
| 7 | +=== Beats version 9.0.0-rc1 |
| 8 | +https://github.com/elastic/beats/compare/v9.0.0-beta1\...v9.0.0-rc1[View commits] |
| 9 | + |
| 10 | +==== Breaking changes |
| 11 | + |
| 12 | +*Affecting all Beats* |
| 13 | + |
| 14 | +- The Beats logger and file output rotate files when necessary. The beat now forces a file rotation when unexpectedly writing to a file through a symbolic link. |
| 15 | + |
| 16 | +*Metricbeat* |
| 17 | + |
| 18 | +- Remove kibana.settings metricset since the API was removed in 8.0. {issue}30592[30592] {pull}42937[42937] |
| 19 | +- Removed support for the Enterprise Search module. {pull}42915[42915] |
| 20 | + |
| 21 | +==== Bugfixes |
| 22 | + |
| 23 | +*Filebeat* |
| 24 | + |
| 25 | +- Fixed race conditions in the global ratelimit processor that could drop events or apply rate limiting incorrectly. {pull}42966[42966] |
| 26 | +- Prevent computer details being returned for user queries by Activedirectory Entity Analytics provider. {issue}11818[11818] {pull}42796[42796] |
| 27 | +- Handle unexpectedEOF error in aws-s3 input and enforce retrying using download failed error. {pull}42420[42756] |
| 28 | +- Prevent azureblobstorage input from logging key details during blob fetch operations. {pull}43169[43169] |
| 29 | + |
| 30 | +*Metricbeat* |
| 31 | + |
| 32 | +- Add AWS OwningAccount support for cross account monitoring. {issue}40570[40570] {pull}40691[40691] |
| 33 | +- Fix logging argument number mismatch in Metricbeat(Redis). {pull}43072[43072] |
| 34 | + |
| 35 | +*Winlogbeat* |
| 36 | + |
| 37 | +- Reset EventLog if error EOF is encountered. {pull}42826[42826] |
| 38 | +- Implement backoff on error retrial. {pull}42826[42826] |
| 39 | +- Fix boolean key in security pipelines and sync pipelines with integration. {pull}43027[43027] |
| 40 | + |
| 41 | +==== Added |
| 42 | + |
| 43 | +*Affecting all Beats* |
| 44 | + |
| 45 | +- Update Go version to 1.24.0. {pull}42705[42705] |
| 46 | + |
| 47 | +*Filebeat* |
| 48 | + |
| 49 | +- Add `etw` input fallback to attach an already existing session. {pull}42847[42847] |
| 50 | +- Update CEL mito extensions to v1.17.0. {pull}42851[42851] |
| 51 | +- Winlog input now can report its status to Elastic-Agent. {pull}43089[43089] |
| 52 | +- Add configuration option to limit HTTP Endpoint body size. {pull}43171[43171] |
| 53 | + |
| 54 | +*Metricbeat* |
| 55 | + |
| 56 | +- Add a new `match_by_parent_instance` option to `perfmon` module. {pull}43002[43002] |
0 commit comments