Skip to content

Commit d71216d

Browse files
elastic-vault-github-plugin-prod[bot]elasticmachinepierrehilbertkilfoyle
authored
docs: Prepare Changelog for 8.15.0 (#40444)
* docs: Close changelog for 8.15.0 * Update CHANGELOG.asciidoc * Apply suggestions from code review Co-authored-by: David Kilfoyle <[email protected]> --------- Co-authored-by: elasticmachine <[email protected]> Co-authored-by: Pierre HILBERT <[email protected]> Co-authored-by: David Kilfoyle <[email protected]>
1 parent 07c6c94 commit d71216d

File tree

3 files changed

+93
-142
lines changed

3 files changed

+93
-142
lines changed

CHANGELOG.asciidoc

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,95 @@
33
:issue: https://github.com/elastic/beats/issues/
44
:pull: https://github.com/elastic/beats/pull/
55

6+
[[release-notes-8.15.0]]
7+
=== Beats version 8.15.0
8+
https://github.com/elastic/beats/compare/v8.14.3\...v8.15.0[View commits]
9+
10+
==== Breaking changes
11+
12+
*Filebeat*
13+
14+
- Tag events that come from a filestream in "take over" mode. {pull}39828[39828]
15+
- Fix filestream's registry garbage collection: registry entries will never be removed if `clean_inactive` is set to "-1". {pull}40258[40258]
16+
17+
*Metricbeat*
18+
19+
- Remove fallback to the node limit for the `kubernetes.pod.cpu.usage.limit.pct` and `kubernetes.pod.memory.usage.limit.pct` metrics calculation.
20+
- Add support for Kibana status metricset in v8 format. {pull}40275[40275]
21+
22+
*Osquerybeat*
23+
24+
- Add action responses data stream, allowing Osquerybeat to post action results directly to Elasticsearch. {pull}39143[39143]
25+
26+
==== Bugfixes
27+
28+
*Affecting all Beats*
29+
30+
- Rename the field "apache2.module.error" to "apache.module.error" in Apache error visualization. {issue}39480[39480] {pull}39481[39481]
31+
- Validate config of the `replace` processor. {pull}40047[40047]
32+
33+
*Filebeat*
34+
35+
- Fix for Google Workspace duplicate events issue by adding canonical sorting over fingerprint keys array to maintain key order. {pull}40055[40055] {issue}39859[39859]
36+
- Prevent panic in CEL and salesforce inputs when `github.com/hashicorp/go-retryablehttp` exceeds maximum retries. {pull}40144[40144]
37+
- Update CEL mito extensions to v1.13.1. {pull}40307[40307]
38+
- Fix bug in CEL input rate limit logic. {issue}40106[40106] {pull}40270[40270]
39+
40+
*Metricbeat*
41+
42+
- Set GCP metrics config period to the default (60s) when the value is below the minimum allowed period. {issue}30434[30434] {pull}40020[40020]
43+
- Fix statistic methods for metrics collected for SQS. {pull}40207[40207]
44+
- Update beat module with apm-server monitoring metrics fields. {pull}40127[40127]
45+
- Fix Azure Monitor metric timespan to restore Storage Account PT1H metrics. {issue}40376[40376] {pull}40367[40367]
46+
47+
==== Added
48+
49+
*Affecting all Beats*
50+
51+
- Update Go version to 1.22.5. {pull}40082[40082]
52+
- Introduce log message for not supported annotations for Hints based autodiscover. {pull}38213[38213]
53+
- Add persistent volume claim name to volume if available. {pull}38839[38839]
54+
- Raw events are now logged to a different file, this prevents potentially sensitive information from leaking into log files. {pull}38767[38767]
55+
- Websocket input: Added runtime URL modification support based on state and cursor values. {issue}39858[39858] {pull}39997[39997]
56+
57+
*Auditbeat*
58+
59+
- Reduce data size for `add_session_metadata` processor by removing unneeded fields. {pull}39500[39500]
60+
- Enrich process events with user and group names, with `add_session_metadata` processor. {pull}39537[39537]
61+
62+
*Filebeat*
63+
64+
- Ensure all responses sent by HTTP Endpoint are HTML-escaped. {pull}39329[39329]
65+
- Improve logging of request and response with request trace logging in error conditions. {pull}39455[39455]
66+
- Implement Elastic Agent status and health reporting for CEL Filebeat input. {pull}39209[39209]
67+
- Add HTTP metrics to CEL input. {issue}39501[39501] {pull}39503[39503]
68+
- Add default user-agent to CEL HTTP requests. {issue}39502[39502] {pull}39587[39587]
69+
- Improve reindexing support in security module pipelines. {issue}38224[38224] {pull}39588[39588]
70+
- Make HTTP Endpoint input GA. {issue}38979[38979] {pull}39410[39410]
71+
- Add support for base64-encoded HMAC headers to HTTP Endpoint. {pull}39655[39655]
72+
- Add user group membership support to Okta entity analytics provider. {issue}39814[39814] {pull}39815[39815]
73+
- Add request trace support for Okta and EntraID entity analytics providers. {pull}39821[39821]
74+
- Allow elision of set and append failure logging. {issue}34544[34544] {pull}39929[39929]
75+
- Add ability to remove request trace logs from CEL input. {pull}39969[39969]
76+
- Add ability to remove request trace logs from HTTPJSON input. {pull}40003[40003]
77+
- Update CEL mito extensions version to v1.13.0 {pull}40035[40035]
78+
- Add Jamf entity analytics provider. {pull}39996[39996]
79+
- Add ability to remove request trace logs from `http_endpoint` input. {pull}40005[40005]
80+
- Add ability to remove request trace logs from `entityanalytics` input. {pull}40004[40004]
81+
- Relax constraint on Base DN in entity analytics Active Directory provider. {pull}40054[40054]
82+
- Enhance input state reporting for CEL evaluations that return a single error object in events. {pull}40083[40083]
83+
- Allow absent credentials when using GCS with Application Default Credentials. {issue}39977[39977] {pull}40072[40072]
84+
- Allow cross-region bucket configuration in S3 input. {issue}22161[22161] {pull}40309[40309]
85+
86+
*Metricbeat*
87+
88+
- Support `schema_name` for MySQL performance metricset. {pull}38363[38363]
89+
- Add `last_terminated_timestamp` metric in Kubernetes module. {pull}39200[39200] {issue}3802[3802]
90+
- Add `pod.status.ready_time` and `pod.status.reason` metrics in Kubernetes module. {pull}39316[39316]
91+
- Add "Buffer cache hit ratio base" to calculate "Buffer cache hit ratio" for performance metrics. {pull}40022[40022]
92+
- Add support of Graphite series 1.1.0+ tagging extension for statsd module. {pull}39619[39619]
93+
94+
695
[[release-notes-8.14.3]]
796
=== Beats version 8.14.3
897
https://github.com/elastic/beats/compare/v8.14.2\...v8.14.3[View commits]

0 commit comments

Comments
 (0)