youtubebeat/vendor/github.com/elastic/beats/metricbeat/module/logstash/node_stats/_meta/fields.yml

24 lines
506 B
YAML

- name: node.stats
type: group
description: >
node_stats metrics.
release: beta
fields:
- name: events
type: group
description: >
Events stats
fields:
- name: in
type: long
description: >
Incoming events counter.
- name: out
type: long
description: >
Outgoing events counter.
- name: filtered
type: long
description: >
Filtered events counter.