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
Merge remote-tracking branch 'upstream/main' into feature/gotestsum-skip
* upstream/main:
Guard against `nil` pointer dereference (elastic#8107)
Generate NOTICE.txt with only modules used by binaries (elastic#8053)
Retry enrollment requests when an error is returned, add enrollment timeout (elastic#8056)
Changelog for 8.17.6 version (elastic#8062) (elastic#8106)
[main][Automation] Update versions (elastic#8098)
Allow using beats receivers for self-monitoring (elastic#8031)
Adding new configuration setting: `agent.upgrade.rollback.window` (elastic#8065)
[Integration Testing] Allow tests to declare themselves as needing a FIPS environment (elastic#8083)
fix(agentless): overcome SIGPIPE in agentless promotion pipeline (elastic#8094)
ksm autosharing integration configuration update (elastic#8086)
Review important information about the 8.17.6 release.
7
+
8
+
[discrete]
9
+
[[new-features-8.17.6]]
10
+
=== New features
11
+
12
+
The 8.17.6 release adds the following new and notable features.
13
+
14
+
15
+
elastic-agent::
16
+
17
+
* Use `fullnameOverride` to set the fully qualified application names in the EDOT Kube-Stack Helm chart. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/7754[#https://github.com/elastic/elastic-agent/pull/7754] {elastic-agent-issue}https://github.com/elastic/elastic-agent/issues/7381[#https://github.com/elastic/elastic-agent/issues/7381]
3. In the associated policy from the previous steps install the Kubernetes integration and **enable only** the "Collect Kubernetes metrics from kube-state-metrics".
25
+
3. In the associated policy from the previous steps install the Kubernetes integration and **enable only** the "Collect Kubernetes metrics from kube-state-metrics" input. For all associated data streams, update the **Host** destination to `localhost:8080` (instead of the default `kube-state-metrics:8080`), and disable the **Leader Election** option.
26
26
4. Follow again [this guide](https://www.elastic.co/guide/en/fleet/current/install-fleet-managed-elastic-agent.html#elastic-agent-installation-steps) to set up a different agent policy and enroll an agent to it. Extract again the Fleet URL (`--url=$NEW_FLEET_URL`) and Enrollment token (`--enrollment-token=$NEW_FLEET_TOKEN`).
27
27
5. Install elastic-agent as a Daemonset without kube-state-metrics.
0 commit comments