//// This file is generated! See scripts/docs_collector.py //// [[metricbeat-module-couchbase]] == Couchbase module beta[] This module periodically fetches metrics from https://www.couchbase.com/[Couchbase] servers. The default metricsets are `bucket`, `cluster`, `node`. [float] === Compatibility The Couchbase module is tested with Couchbase 4.5.1. [float] === Example configuration The Couchbase module supports the standard configuration options that are described in <>. Here is an example configuration: [source,yaml] ---- metricbeat.modules: - module: couchbase metricsets: ["bucket", "cluster", "node"] period: 10s hosts: ["localhost:8091"] enabled: true ---- This module supports TLS connections when using `ssl` config field, as described in <>. It also supports the options described in <>. [float] === Metricsets The following metricsets are available: * <> * <> * <> include::couchbase/bucket.asciidoc[] include::couchbase/cluster.asciidoc[] include::couchbase/node.asciidoc[]