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.
Elasticsearch index_summary metricset
editElasticsearch index_summary metricset
editThis is the index summary metricset of the module elasticsearch.
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", "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" } }