Elasticsearch enrich metricsetedit

This is the enrich metricset of the Elasticsearch module. It interrogates the Enrich Stats API endpoint to fetch information about Enrich coordinator nodes in the Elasticsearch cluster that are participating in ingest-time enrichment.

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": "et6blfihSoytMUvkpYtEKQ",
            "name": "docker-cluster"
        },
        "enrich": {
            "executed_searches": {
                "total": 1
            },
            "queue": {
                "size": 0
            },
            "remote_requests": {
                "current": 0,
                "total": 1
            }
        },
        "node": {
            "id": "l_XOyQ65Teyn4kW4PUFjVg"
        }
    },
    "event": {
        "dataset": "elasticsearch.enrich",
        "duration": 115000,
        "module": "elasticsearch"
    },
    "metricset": {
        "name": "enrich",
        "period": 10000
    },
    "service": {
        "address": "localhost:32780",
        "name": "elasticsearch",
        "type": "elasticsearch"
    }
}