﻿---
title: Redis Enterprise proxy metricset
description: This is the proxy metricset of the redisenterprise module. The metricset is compatible with Redis Enterprise Software. This is a default metricset. If...
url: https://www.elastic.co/elastic/docs-builder/docs/3028/reference/beats/metricbeat/metricbeat-metricset-redisenterprise-proxy
products:
  - Beats
  - Metricbeat
applies_to:
  - Elastic Cloud Serverless: Beta
  - Elastic Stack: Beta
---

# Redis Enterprise proxy metricset
<warning>
  This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
</warning>

This is the `proxy` metricset of the redisenterprise module. The metricset is compatible with Redis Enterprise Software.
This is a default metricset. If the host module is unconfigured, this metricset is enabled by default.

## Fields

For a description of each field in the metricset, see the [exported fields](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/beats/metricbeat/exported-fields-redisenterprise) section.
Here is an example document generated by this metricset:
```json
{
    "@timestamp": "2020-02-21T08:25:46.123Z",
    "@metadata": {
        "beat": "metricbeat",
        "type": "_doc",
        "version": "8.0.0"
    },
    "metricset": {
        "period": 60000,
        "name": "proxy"
    },
    "service": {
        "type": "redisenterprise",
        "address": "127.0.0.1:8070"
    },
    "ecs": {
        "version": "1.4.0"
    },
    "host": {
        "hostname": "host",
        "architecture": "x86_64",
        "os": {
            "family": "darwin",
            "name": "Mac OS X",
            "kernel": "18.7.0",
            "build": "18G95",
            "platform": "darwin",
            "version": "10.14.6"
        },
        "name": "host",
        "id": "24F065F8-4274-521D-8DD5-5D27557E15B4",
        "ip": [
            "fe80::aede:48ff:fe00:1122",
            "fe80::1c05:593c:e271:97ed",
            "192.168.0.14",
            "fe80::488c:55ff:fe4e:3b46",
            "fe80::def:1653:5676:ea4e",
            "fe80::f191:956a:99ff:1b98",
            "fe80::3128:a84c:7b38:e3a9"
        ],
        "mac": [
            "ac:de:48:00:11:22",
            "a6:83:e7:ae:70:01",
            "a4:83:e7:ae:70:01",
            "06:83:e7:ae:70:01"
        ]
    },
    "agent": {
        "ephemeral_id": "de3a043f-a71f-441e-b730-ca12a8f7fc49",
        "hostname": "MacBook-Elastic.local",
        "id": "993db589-f9d8-40f3-94cb-43b2b69fa9f4",
        "version": "8.0.0",
        "type": "metricbeat"
    },
    "prometheus": {
        "labels": {
            "cluster": "cluster.local",
            "proxy": "1",
            "instance": "127.0.0.1:8070",
            "job": "redisenterprise"
        },
        "metrics": {
            "listener_acc_latency": 0,
            "listener_acc_latency_max": 0,
            "listener_acc_other_latency": 0,
            "listener_acc_other_latency_max": 0,
            "listener_acc_read_latency": 0,
            "listener_acc_read_latency_max": 0,
            "listener_acc_write_latency": 0,
            "listener_acc_write_latency_max": 0,
            "listener_auth_cmds": 0,
            "listener_auth_cmds_max": 0,
            "listener_auth_errors": 0,
            "listener_auth_errors_max": 0,
            "listener_cmd_flush": 0,
            "listener_cmd_flush_max": 0,
            "listener_cmd_get": 0,
            "listener_cmd_get_max": 0
        }
    },
    "event": {
        "dataset": "redisenterprise.proxy",
        "module": "redisenterprise",
        "duration": 51870343
    }
}
```