This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Couchbase bucket metricset
editCouchbase bucket metricset
editThe Couchbase bucket
metricset collects data from the Couchbase Buckets Rest API
http://couchbasehost:8091/pools/default/buckets
.
This is a default metricset. If the host module is unconfigured, this metricset is enabled by default.
For 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", "couchbase": { "bucket": { "data": { "used": { "bytes": 3371588 } }, "disk": { "fetches": 0, "used": { "bytes": 9473 } }, "item_count": 0, "memory": { "used": { "bytes": 49976304 } }, "name": "beer-sample", "ops_per_sec": 0, "quota": { "ram": { "bytes": 104857600 }, "use": { "pct": 47.66111755371094 } }, "type": "membase" } }, "event": { "dataset": "couchbase.bucket", "duration": 115000, "module": "couchbase" }, "metricset": { "name": "bucket" }, "service": { "address": "192.168.160.7:8091", "type": "couchbase" } }