Redis keyspace metricsetedit

The Redis keyspace metricset collects information about the Redis keyspaces. For each keyspace, an event is sent to Elasticsearch. The keyspace information is fetched from the INFO command.

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",
    "beat": {
        "hostname": "host.example.com",
        "name": "host.example.com"
    },
    "metricset": {
        "host": "redis:6379",
        "module": "redis",
        "name": "keyspace",
        "rtt": 115
    },
    "redis": {
        "keyspace": {
            "avg_ttl": 0,
            "expires": 0,
            "id": "db0",
            "keys": 1
        }
    }
}