Elasticsearch index_summary metricsetedit

This is the index summary metricset of the module elasticsearch.

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