WARNING: Version 5.5 of Metricbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Redis Keyspace Metricset
editRedis Keyspace Metricset
editThe 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.
Fields
editFor a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{ "@timestamp": "2016-05-23T08: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 } }, "type": "metricsets" }