-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add etcd integration for Elastic Agent #8885
Comments
Already resollved by upgrading to 8.12.x. |
Reopen because of not enough features: ETCD integration in Fleet UI needs option to specify paths for serving certificates (Client-Cert/Key and serving CA). Kubernetes provides etcd-certificates to use on host-fs (/etc/kubernetes/static-pod-resources/...). Integration should use those paths including node name for getting correct peer certificates. |
Btw. perhaps consider opening a new issue to support trusted ca-certificates in Kubernetes kube-controller-manager and kube-scheduler config. (The option to set verification mode is available, but ca-certificates are missing. |
Would be resolved by #9414 |
Should be resolved |
Describe the enhancement:
The etcd module (currently only available for standalone Metricbeat deployments) should be available for Elastic Agent as a Fleet integration.
https://www.elastic.co/guide/en/beats/metricbeat/8.11/metricbeat-module-etcd.html
Describe a specific use case for the enhancement or feature:
When monitoring a Kubernetes cluster, you can already get metrics of control plane components like kube-scheduler or controller-manager. Etcd as the central database, where all cluster objects are stored, should be also available to monitoring via elastic agent.
What is the definition of done?
Added an integration to deploy via fleet, so etcd-metrics can be collected using Elastic Agent.
This root comment is resolved. Please take a look at this one: #8885 (comment)
The text was updated successfully, but these errors were encountered: