NOTE: You are looking at documentation for an older release. For the latest information, see the current release documentation.
Couchbase bucket metricset
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Couchbase bucket metricset
editThe Couchbase bucket
metricset collects data from the Couchbase Buckets Rest API
http://couchbasehost:8091/pools/default/buckets
.
Fields
editFor a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{ "@timestamp": "2017-10-12T08:05:34.853Z", "beat": { "hostname": "host.example.com", "name": "host.example.com" }, "couchbase": { "bucket": { "data": { "used": { "bytes": 11485952 } }, "disk": { "fetches": 0, "used": { "bytes": 12962692 } }, "item_count": 7303, "memory": { "used": { "bytes": 53962032 } }, "name": "beer-sample", "ops_per_sec": 0, "quota": { "ram": { "bytes": 104857600 }, "use": { "pct": 51.46220397949219 } }, "type": "membase" } }, "metricset": { "host": "couchbase:8091", "module": "couchbase", "name": "bucket", "rtt": 115 } }