IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Elasticsearch index_summary metricset
editElasticsearch index_summary metricset
editThis is the index summary metricset of the module elasticsearch.
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", "elasticsearch": { "cluster": { "id": "WocBBA0QRma0sGpdQ7vLfQ", "name": "docker-cluster" }, "index": { "summary": { "primaries": { "docs": { "count": 74, "deleted": 1424 }, "indexing": { "index": { "count": 1495 } }, "search": { "query": { "count": 15307, "time": { "ms": 2912 } } }, "segments": { "count": 21, "memory": { "bytes": 70532 } }, "store": { "size": { "bytes": 44131181 } } }, "total": { "docs": { "count": 74, "deleted": 1424 }, "indexing": { "index": { "count": 1495 } }, "search": { "query": { "count": 15307, "time": { "ms": 2912 } } }, "segments": { "count": 21, "memory": { "bytes": 70532 } }, "store": { "size": { "bytes": 44131181 } } } } } }, "event": { "dataset": "elasticsearch.index.summary", "duration": 115000, "module": "elasticsearch" }, "metricset": { "name": "index_summary", "period": 10000 }, "service": { "address": "172.19.0.2:9200", "name": "elasticsearch", "type": "elasticsearch" } }