Cloudfoundry value 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.

The value metricset of Cloud Foundry module allows you to collect value metrics that the loggregator sends to metricbeat.

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",
    "cloudfoundry": {
        "envelope": {
            "deployment": "cf-6b7aee31c8d07637ad78",
            "index": "6f2f5d74-9375-4d82-870f-c09e6a74cf3a",
            "ip": "192.168.16.46",
            "job": "diego_cell",
            "origin": "netmon"
        },
        "tags": {
            "source_id": "netmon"
        },
        "type": "value",
        "value": {
            "name": "memoryStats.lastGCPauseTimeNS",
            "unit": "count",
            "value": 366021
        }
    },
    "service": {
        "type": "cloudfoundry"
    }
}