Skip to content

Commit dd7bc02

Browse files
authored
ksm autosharing integration configuration update (#8086)
* ksm autosharing integration configuration update Updated the example to install Elatic Agent with Helm chart plus KSM autosharding to indicate that the Kubernetes Integration should be configured using localhost:8080 as Host destination. * Update deploy/helm/elastic-agent/examples/fleet-managed-ksm-sharding/README.md
1 parent 56f5d90 commit dd7bc02

File tree

1 file changed

+1
-1
lines changed
  • deploy/helm/elastic-agent/examples/fleet-managed-ksm-sharding

1 file changed

+1
-1
lines changed

deploy/helm/elastic-agent/examples/fleet-managed-ksm-sharding/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this example we will perform two Helm chart installations, one installing ela
2222
--set kubernetes.state.agentAsSidecar.enabled=true \
2323
-n kube-system
2424
```
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".
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.
2626
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`).
2727
5. Install elastic-agent as a Daemonset without kube-state-metrics.
2828
```console

0 commit comments

Comments
 (0)