Edu González de la Herrán
Edu González de la Herrán
Recently Hetzner has added the support of servers belonging only to private networks, without any public interface. This is a great achievement for security and architectural purposes, and it would...
**Describe the enhancement:** The main visualization in our `[Metricbeat Kubernetes] Volumes` default dashboard is not showing useful information, because the `volume name` is something generic and usually reused by a...
**Describe the enhancement:** Currently our Metricbeat Kubernetes volume is not collecting volume types in the `volume` metricset. Kubernetes volumes can be of many different types, and many of them might...
**Describe the enhancement:** This enhancement is slightly related to https://github.com/elastic/beats/issues/39524, as the goal is to improve the monitoring of volumes. Ideally it would be great to include the `mount_point` of...
When using the index setting at module level documented [here](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-metricbeat.html#_index), the `ouput.elasticsearch.pipeline` setting is not respected. Configuration example: ```yml cloud.id: "test-8131:REDACTED" cloud.auth: "elastic:REDACTED" output.elasticsearch: hosts: ["localhost:9200"] pipeline: amend-system-data ``` ```yml...