﻿---
title: Elasticsearch index_summary metricset
description: This is the index summary metricset of the module elasticsearch. For a description of each field in the metricset, see the exported fields section. Here...
url: https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/metricbeat/metricbeat-metricset-elasticsearch-index_summary
products:
  - Beats
  - Metricbeat
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Elasticsearch index_summary metricset
This is the index summary metricset of the module elasticsearch.

## Fields

For a description of each field in the metricset, see the [exported fields](https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/metricbeat/exported-fields-elasticsearch) section.
Here is an example document generated by this metricset:
```json
{
    "@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"
    }
}
```