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: release-notes/elastic-cloud-serverless/changelog.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -390,7 +390,7 @@ For {{serverless-full}} API changes, refer to [APIs Changelog](https://www.elast
390
390
* Improves handling of Opsgenie as the default connector in Elastic Observability Serverless [#201923]({{kib-pull}}201923)
391
391
* Fixes issues with actions on charts in Elastic Observability Serverless [#202443]({{kib-pull}}202443)
392
392
* Adds a flyout to the table view in Infrastructure Inventory in Elastic Observability Serverless [#202646]({{kib-pull}}202646)
393
-
* Fixes service names with spaces not being URL-encoded properly for {{context.viewInAppUrl}} in Elastic Observability Serverless [#202890]({{kib-pull}}202890)
393
+
* Fixes service names with spaces not being URL-encoded properly for `{{context.viewInAppUrl}}` in Elastic Observability Serverless [#202890]({{kib-pull}}202890)
394
394
* Enhances access query logic to handle user ID and name conditions in Elastic Observability Serverless [#202833]({{kib-pull}}202833)
395
395
* Fixes an APM rule error message when a KQL filter is invalid in Elastic Observability Serverless [#203096]({{kib-pull}}203096)
396
396
* Restricts and rejects CEF logs in automatic import and redirects them to the CEF integration in Elastic Security Serverless [#201792]({{kib-pull}}201792)
Copy file name to clipboardExpand all lines: release-notes/fleet-elastic-agent/breaking-changes.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,25 +81,25 @@ For more information, check [#6542]({{agent-pull}}6542).
81
81
* Removed `list` property from `GET enrollment_api_keys` response in favor of `items`
82
82
*`GET/POST /settings`: `fleet_server_hosts` was removed from the response and body
83
83
84
-
For more information, check [#198799]({{kibana-pull}}198799).
84
+
For more information, check [#198799]({{kib-pull}}198799).
85
85
::::
86
86
87
87
::::{dropdown} Removed deprecated settings API endpoints in Fleet
88
88
*`GET/DELETE/POST enrollment-api-keys`: removed in favor of `GET/DELETE/POST enrollment_api_keys`
89
89
* Removed `list` property from `GET enrollment_api_keys` response in favor of `items`
90
90
*`GET/POST /settings`: `fleet_server_hosts` was removed from the response and body
91
91
92
-
For more information, check [#198799]({{kibana-pull}}198799).
92
+
For more information, check [#198799]({{kib-pull}}198799).
93
93
::::
94
94
95
95
::::{dropdown} Removed deprecated `topics` property for kafka output in favor of the `topic` property
96
96
Removed deprecated property `topics` from output APIs in response and requests (`(GET|POST|PUT) /api/fleet/outputs`) in favor of the `topic` property.
97
97
98
-
For more information, check [#199226]({{kibana-pull}}199226).
98
+
For more information, check [#199226]({{kib-pull}}199226).
99
99
::::
100
100
101
101
::::{dropdown} Limit pagination size to 100 when retrieving full policy or `withAgentCount` in Fleet
102
102
In addition to the new pagination limit size of 100, retrieving agent policies without agent count is now the new default behavior, and a new query parameter `withAgentCount` was added to retrieve the agent count.
103
103
104
-
For more information, check [#196887]({{kibana-pull}}196887).
104
+
For more information, check [#196887]({{kib-pull}}196887).
Copy file name to clipboardExpand all lines: release-notes/fleet-elastic-agent/release-notes.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,20 +38,20 @@ To check for security updates, go to [Security announcements for the Elastic sta
38
38
* Adds the Nginx receiver and Redis receiver OTel components for {{agent}} [#6627]({{agent-pull}}6627)
39
39
* Adds --id (ELASTIC_AGENT_ID environment variable for container) and --replace-token (FLEET_REPLACE_TOKEN environment variable for container) enrollment options for {{agent}} [#6498]({{agent-pull}}6498)
40
40
* Updates Go version to 1.22.10 in {{agent}} [#6236]({{agent-pull}}6236)
41
-
* Improves filtering and visibility of Uninstalled and Orphaned agents in {{fleet}}, by differentiating them from Offline agents [#205815]({{kibana-pull}}205815)
42
-
* Introduces air-gapped configuration for bundled packages in {{fleet}} [#202435]({{kibana-pull}}202435)
43
-
* Updates removed parameters of the {{fleet}} -> {{ls}} output configurations [#210115]({{kibana-pull}}210115)
44
-
* Updates the maximum supported package version in {{fleet}} [#196675]({{kibana-pull}}196675)
41
+
* Improves filtering and visibility of Uninstalled and Orphaned agents in {{fleet}}, by differentiating them from Offline agents [#205815]({{kib-pull}}205815)
42
+
* Introduces air-gapped configuration for bundled packages in {{fleet}} [#202435]({{kib-pull}}202435)
43
+
* Updates removed parameters of the {{fleet}} -> {{ls}} output configurations [#210115]({{kib-pull}}210115)
44
+
* Updates the maximum supported package version in {{fleet}} [#196675]({{kib-pull}}196675)
45
45
* Replaces the use of context.TODO and context.Background in logger function calls for most {{fleet-server}} use cases [#4168]({{fleet-server-pull}}4168) and [#3087]({{fleet-server-issue}}3087)
46
46
* Refactor the {{fleet-server}} API constructor to use functional opts instead of a long list of pointers [#4169]({{fleet-server-pull}}4169) and [#3823]({{fleet-server-issue}}3823)
47
47
* Removes the deprecated policy_throttle configuration setting in favour of the newer policy-limit for {{fleet-server}} [#4288]({{fleet-server-pull}}4288)
48
48
* Adds the ability for {{agent}} to enroll using a specific ID [#4290]({{fleet-server-pull}}4290) and [#4226]({{fleet-server-issue}}4226)
49
49
* Adds the Filebeat receiver into {{agent}} [#5833]({{agent-pull}}5833)
50
50
* Updates OTel components to v0.119.0 in {{agent}} [#6713]({{agent-pull}}6713)
51
-
* Removes old bundled.yaml from oas, fixed tags [#194788]({{kibana-pull}}194788)
51
+
* Removes old bundled.yaml from oas, fixed tags [#194788]({{kib-pull}}194788)
52
52
53
53
### Fixes [fleet-elastic-agent-900-fixes]
54
-
* Fixes a validation error that occurs on multi-text input fields in {{fleet}} [#205768]({{kibana-pull}}205768)
54
+
* Fixes a validation error that occurs on multi-text input fields in {{fleet}} [#205768]({{kib-pull}}205768)
55
55
* Adds a context timeout to the bulker flush in {{fleet-server}} so it times out if it takes more time than the deadline [#3986]({{fleet-server-pull}}3986)
56
56
* Removes a race condition that may occur when remote {es} outputs are used in {{fleet-server}} [#4171]({{fleet-server-pull}}4171)
57
57
* Uses the chi/middleware.Throttle package to track in-flight requests and return a 429 response when the limit is reached in {{fleet-server}} [#4402]({{fleet-server-pull}}4402) and [#4400]({{fleet-server-issue}}4400)
0 commit comments