IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Cloudfoundry counter metricset
editCloudfoundry counter metricset
editThis 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 counter metricset of Cloud Foundry module allows you to collect counter metrics that the loggregator sends to metricbeat.
This is a default metricset. If the host module is unconfigured, this metricset is enabled by default.
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": { "counter": { "delta": 0, "name": "dropped", "total": 0 }, "envelope": { "deployment": "cf-6b7aee31c8d07637ad78", "index": "995eb273-f871-4fea-a834-dbc0a4a72efc", "ip": "192.168.16.37", "job": "syslog_adapter", "origin": "loggregator.metron" }, "tags": { "direction": "ingress", "metric_version": "2.0", "product": "Pivotal Application Service", "source_id": "metron" }, "type": "counter" }, "service": { "type": "cloudfoundry" } }