Skip to content

Commit b19060b

Browse files
committed
Fixes links with variables
1 parent d65deae commit b19060b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

release-notes/elastic-cloud-serverless/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ For {{serverless-full}} API changes, refer to [APIs Changelog](https://www.elast
390390
* Improves handling of Opsgenie as the default connector in Elastic Observability Serverless [#201923]({{kib-pull}}201923)
391391
* Fixes issues with actions on charts in Elastic Observability Serverless [#202443]({{kib-pull}}202443)
392392
* 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)
394394
* Enhances access query logic to handle user ID and name conditions in Elastic Observability Serverless [#202833]({{kib-pull}}202833)
395395
* Fixes an APM rule error message when a KQL filter is invalid in Elastic Observability Serverless [#203096]({{kib-pull}}203096)
396396
* Restricts and rejects CEF logs in automatic import and redirects them to the CEF integration in Elastic Security Serverless [#201792]({{kib-pull}}201792)

release-notes/fleet-elastic-agent/breaking-changes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,25 +81,25 @@ For more information, check [#6542]({{agent-pull}}6542).
8181
* Removed `list` property from `GET enrollment_api_keys` response in favor of `items`
8282
* `GET/POST /settings`: `fleet_server_hosts` was removed from the response and body
8383

84-
For more information, check [#198799]({{kibana-pull}}198799).
84+
For more information, check [#198799]({{kib-pull}}198799).
8585
::::
8686

8787
::::{dropdown} Removed deprecated settings API endpoints in Fleet
8888
* `GET/DELETE/POST enrollment-api-keys`: removed in favor of `GET/DELETE/POST enrollment_api_keys`
8989
* Removed `list` property from `GET enrollment_api_keys` response in favor of `items`
9090
* `GET/POST /settings`: `fleet_server_hosts` was removed from the response and body
9191

92-
For more information, check [#198799]({{kibana-pull}}198799).
92+
For more information, check [#198799]({{kib-pull}}198799).
9393
::::
9494

9595
::::{dropdown} Removed deprecated `topics` property for kafka output in favor of the `topic` property
9696
Removed deprecated property `topics` from output APIs in response and requests (`(GET|POST|PUT) /api/fleet/outputs`) in favor of the `topic` property.
9797

98-
For more information, check [#199226]({{kibana-pull}}199226).
98+
For more information, check [#199226]({{kib-pull}}199226).
9999
::::
100100

101101
::::{dropdown} Limit pagination size to 100 when retrieving full policy or `withAgentCount` in Fleet
102102
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.
103103

104-
For more information, check [#196887]({{kibana-pull}}196887).
104+
For more information, check [#196887]({{kib-pull}}196887).
105105
::::

release-notes/fleet-elastic-agent/release-notes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@ To check for security updates, go to [Security announcements for the Elastic sta
3838
* Adds the Nginx receiver and Redis receiver OTel components for {{agent}} [#6627]({{agent-pull}}6627)
3939
* 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)
4040
* 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)
4545
* 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)
4646
* 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)
4747
* Removes the deprecated policy_throttle configuration setting in favour of the newer policy-limit for {{fleet-server}} [#4288]({{fleet-server-pull}}4288)
4848
* Adds the ability for {{agent}} to enroll using a specific ID [#4290]({{fleet-server-pull}}4290) and [#4226]({{fleet-server-issue}}4226)
4949
* Adds the Filebeat receiver into {{agent}} [#5833]({{agent-pull}}5833)
5050
* 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)
5252

5353
### 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)
5555
* 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)
5656
* Removes a race condition that may occur when remote {es} outputs are used in {{fleet-server}} [#4171]({{fleet-server-pull}}4171)
5757
* 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

Comments
 (0)