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: docs/en/ingest-management/release-notes/release-notes-9.0-beta1.asciidoc
+9-8
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Also see:
26
26
[[release-notes-9.0.0-beta1]]
27
27
== {fleet} and {agent} 9.0.0-beta1
28
28
29
-
Review important information about the {fleet} and {agent} 8.17.2 release.
29
+
Review important information about the {fleet} and {agent} 9.0.0-beta1 release.
30
30
31
31
[discrete]
32
32
[[security-updates-9.0.0-beta1]]
@@ -48,9 +48,7 @@ impact to your application.
48
48
* The default values for `username` and `password` have been removed for when {agent} is running in container mode. The {es} `api_key` can now be set in that mode using the `ELASTICSEARCH_API_KEY` environment variable. {agent-pull}5536[#5536]
49
49
* The default Ubuntu-based Docker images used for {agent} have been changed to UBI-minimal-based images, to reduce the overall footprint of the agent Docker images and to improve compliance with enterprise standards. {agent-pull}6427[#6427]
50
50
* The deprecated `--path.install` flag declaration has been removed from the {agent} `paths` command and its use removed from the `container` and `enroll` commands. {agent-pull}6461[#6461] {agent-issue}2489[#2489]
51
-
* Change the default {agent} installation and ugprades to include only the `agentbeat`, `endpoint-security` and `pf-host-agent` components. Additional components can be included using flags. {agent-pull}6542[#6542]
52
-
53
-
51
+
* The default {agent} installation and ugprade have been changed to include only the `agentbeat`, `endpoint-security` and `pf-host-agent` components. Additional components can be included using flags. {agent-pull}6542[#6542]
54
52
55
53
[discrete]
56
54
[[new-features-9.0.0-beta1]]
@@ -62,6 +60,10 @@ The 9.0.0-beta1 release Added the following new and notable features.
62
60
* Add the Azure Asset Inventory definition to Cloudbeat. {agent-pull}5323[#5323]
63
61
* Add a new Kubernetes deployment of the Elastic Distribution of OTel Collector named "gateway" to the Helm kube-stack deployment. {agent-pull}6444[#6444]
64
62
* Add the filesource providert to composable inputs. The provider watches for changes of the files and updates the values of the variables when the content of the file changes. {agent-pull}6587[#6587] {agent-issue}6362[#6362]
63
+
* Add the jmxreceiver to the Elastic Distribution of OTel Collector. {agent-pull}6601[#6601]
64
+
* Add support for context variables in outputs as well as a default provider prefix. {agent-pull}6602[#6602] {agent-issue}6376[#6376]
65
+
* Add the Nginx receiver and Redis receiver OTel components. {agent-pull}6627[#6627]
66
+
* Add new `--id` (`ELASTIC_AGENT_ID` environment variable for container) and `--replace-token` (`FLEET_REPLACE_TOKEN` environment variable for container) enrollment options. {agent-pull}6498[#6498]
65
67
66
68
[discrete]
67
69
[[enhancements-9.0.0-beta1]]
@@ -75,7 +77,7 @@ The 9.0.0-beta1 release Added the following new and notable features.
75
77
76
78
{agent}::
77
79
* Add the Filebeat receiver into {agent}. {agent-pull}5833[#5833]
78
-
* Update OTel components to v0.116.0. {agent-pull}6384[#6384]
80
+
* Update OTel components to v0.119.0. {agent-pull}6713[#6713]
79
81
80
82
[discrete]
81
83
[[bug-fixes-9.0.0-beta1]]
@@ -87,9 +89,8 @@ The 9.0.0-beta1 release Added the following new and notable features.
87
89
* Use the `chi/middleware.Throttle` package to track in-flight requests and return a 429 response when the limit is reached. {fleet-server-pull}4402[#4402] {fleet-server-issue}4400[#4400]
88
90
89
91
{agent}::
90
-
91
-
92
-
92
+
* Fix logical race conditions in the `kubernetes_secrets` provider. {agent-pull}6623[#6623]
93
+
* Resolve the proxy to inject into agent component configurations using the Go `http` package. {agent-pull}6675[#6675] {agent-issue}6209[#6209]
0 commit comments