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.
Etcd store metricset
editEtcd store metricset
editThis is the store metricset of the module etcd. This metrics is being read from the Etcd V2 endpoint and won’t show any activity regarding Etcd V3.
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", "etcd": { "api_version": "2", "store": { "compareanddelete": { "fail": 0, "success": 0 }, "compareandswap": { "fail": 0, "success": 0 }, "create": { "fail": 0, "success": 1 }, "delete": { "fail": 0, "success": 0 }, "expire": { "count": 0 }, "gets": { "fail": 4, "success": 2 }, "sets": { "fail": 0, "success": 12 }, "update": { "fail": 0, "success": 0 }, "watchers": 0 } }, "event": { "dataset": "etcd.store", "duration": 115000, "module": "etcd" }, "metricset": { "name": "store" }, "service": { "address": "127.0.0.1:2379", "type": "etcd" } }