IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Etcd module
editEtcd module
editThis module targets Etcd V2 and V3.
When using V2, metrics are collected using Etcd v2 API.
When using V3, metrics are retrieved from the /metrics
endpoint as intended for Etcd v3
When using V3, metricsest are bundled into metrics
When using V2, metricsets available are leader
, self
and store
.
Compatibility
editThe etcd module is tested with etcd 3.2 and 3.3.
Example configuration
editThe Etcd module supports the standard configuration options that are described in Modules. Here is an example configuration:
metricbeat.modules: - module: etcd metricsets: ["leader", "self", "store"] period: 10s hosts: ["localhost:2379"]
This module supports TLS connections when using ssl
config field, as described in SSL.
It also supports the options described in Standard HTTP config options.
Metricsets
editThe following metricsets are available: