aws ebs metricsetedit

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.

This is a default metricset. If the host module is unconfigured, this metricset is enabled by default.

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",
    "aws": {
        "cloudwatch": {
            "dimensions": {
                "VolumeId": "vol-06ba46b489bbc0d96"
            },
            "namespace": "AWS/EBS"
        },
        "metrics": {
            "BurstBalance": {
                "avg": 100
            },
            "VolumeIdleTime": {
                "sum": 300
            },
            "VolumeQueueLength": {
                "avg": 0
            },
            "VolumeReadOps": {
                "avg": 0
            },
            "VolumeTotalWriteTime": {
                "sum": 0
            },
            "VolumeWriteBytes": {
                "avg": 46421.333333333336
            },
            "VolumeWriteOps": {
                "avg": 30
            }
        }
    },
    "cloud": {
        "provider": "aws",
        "region": "us-east-1"
    },
    "event": {
        "dataset": "aws.ebs",
        "duration": 115000,
        "module": "aws"
    },
    "metricset": {
        "name": "ebs",
        "period": 10000
    },
    "service": {
        "type": "aws"
    }
}