Couchbase bucket metricsetedit

The Couchbase bucket metricset collects data from the Couchbase Buckets Rest API http://couchbasehost:8091/pools/default/buckets.

Fieldsedit

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",
    "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
    }
}