- Metricbeat Reference: other versions:
- Overview
- Getting started with Metricbeat
- Setting up and running Metricbeat
- Upgrading Metricbeat
- How Metricbeat works
- Configuring Metricbeat
- Specify which modules to run
- Specify general settings
- Load external configuration files
- Configure the internal queue
- Configure the output
- Configure index lifecycle management
- Specify SSL settings
- Filter and enhance the exported data
- Define processors
- Add cloud metadata
- Add fields
- Add labels
- Add the local time zone
- Add tags
- Decode JSON fields
- Drop events
- Drop fields from events
- Keep fields from events
- Rename fields from events
- Add Kubernetes metadata
- Add Docker metadata
- Add Host metadata
- Dissect strings
- DNS Reverse Lookup
- Add process metadata
- Parse data by using ingest node
- Enrich events with geoIP information
- Configure project paths
- Configure the Kibana endpoint
- Load the Kibana dashboards
- Load the Elasticsearch index template
- Configure logging
- Use environment variables in the configuration
- Autodiscover
- YAML tips and gotchas
- Regular expression support
- HTTP Endpoint
- metricbeat.reference.yml
- Beats central management
- Modules
- Aerospike module
- Apache module
- aws module
- Ceph module
- Couchbase module
- couchdb module
- Docker module
- Dropwizard module
- Elasticsearch module
- Elasticsearch ccr metricset
- Elasticsearch cluster_stats metricset
- Elasticsearch index metricset
- Elasticsearch index_recovery metricset
- Elasticsearch index_summary metricset
- Elasticsearch ml_job metricset
- Elasticsearch node metricset
- Elasticsearch node_stats metricset
- Elasticsearch pending_tasks metricset
- Elasticsearch shard metricset
- envoyproxy module
- Etcd module
- Golang module
- Graphite module
- HAProxy module
- HTTP module
- Jolokia module
- Kafka module
- Kibana module
- Kubernetes module
- Kubernetes apiserver metricset
- Kubernetes container metricset
- Kubernetes event metricset
- Kubernetes node metricset
- Kubernetes pod metricset
- Kubernetes state_container metricset
- Kubernetes state_deployment metricset
- Kubernetes state_node metricset
- Kubernetes state_pod metricset
- Kubernetes state_replicaset metricset
- Kubernetes state_statefulset metricset
- Kubernetes system metricset
- Kubernetes volume metricset
- kvm module
- Logstash module
- Memcached module
- MongoDB module
- MSSQL module
- Munin module
- MySQL module
- Nats module
- Nginx module
- PHP_FPM module
- PostgreSQL module
- Prometheus module
- RabbitMQ module
- Redis module
- System module
- System core metricset
- System cpu metricset
- System diskio metricset
- System filesystem metricset
- System fsstat metricset
- System load metricset
- System memory metricset
- System network metricset
- System process metricset
- System process_summary metricset
- System raid metricset
- System socket metricset
- System socket_summary metricset
- System uptime metricset
- traefik module
- uwsgi module
- vSphere module
- Windows module
- ZooKeeper module
- Exported fields
- Aerospike fields
- Apache fields
- aws fields
- Beat fields
- Ceph fields
- Cloud provider metadata fields
- Common fields
- Couchbase fields
- couchdb fields
- Docker fields
- Docker fields
- Dropwizard fields
- ECS fields
- Elasticsearch fields
- envoyproxy fields
- Etcd fields
- Golang fields
- Graphite fields
- HAProxy fields
- Host fields
- HTTP fields
- Jolokia fields
- Kafka fields
- Kibana fields
- Kubernetes fields
- Kubernetes fields
- kvm fields
- Logstash fields
- Memcached fields
- MongoDB fields
- MSSQL fields
- Munin fields
- MySQL fields
- Nats fields
- Nginx fields
- PHP_FPM fields
- PostgreSQL fields
- Process fields
- Prometheus fields
- RabbitMQ fields
- Redis fields
- System fields
- traefik fields
- uwsgi fields
- vSphere fields
- Windows fields
- ZooKeeper fields
- Monitoring Metricbeat
- Securing Metricbeat
- Troubleshooting
- Contributing to Beats
Nats fields
editNats fields
editnats Module
nats fields
editnats
contains statistics that were read from Nats
-
nats.server.id
-
type: keyword
The server ID
-
nats.server.time
-
type: date
Server time of metric creation
connections fields
editContains nats connection related metrics
-
nats.connections.total
-
type: integer
The number of currently active clients
routes fields
editContains nats route related metrics
-
nats.routes.total
-
type: integer
The number of registered routes
stats fields
editContains nats var related metrics
-
nats.stats.uptime
-
type: long
format: duration
The period the server is up (sec)
-
nats.stats.mem.bytes
-
type: long
format: bytes
The current memory usage of NATS process
-
nats.stats.cores
-
type: integer
The number of logical cores the NATS process runs on
-
nats.stats.cpu
-
type: scaled_float
format: percent
The current cpu usage of NATs process
-
nats.stats.total_connections
-
type: long
The number of totally created clients
-
nats.stats.remotes
-
type: integer
The number of registered remotes
in fields
editThe amount of incoming data
-
nats.stats.in.messages
-
type: long
The amount of incoming messages
-
nats.stats.in.bytes
-
type: long
format: bytes
The amount of incoming bytes
out fields
editThe amount of outgoing data
-
nats.stats.out.messages
-
type: long
The amount of outgoing messages
-
nats.stats.out.bytes
-
type: long
format: bytes
The amount of outgoing bytes
-
nats.stats.slow_consumers
-
type: long
The number of slow consumers currently on NATS
http fields
editThe http metrics of NATS server
req_stats fields
editThe requests statistics
uri fields
editThe request distribution on monitoring URIS
-
nats.stats.http.req_stats.uri.routez
-
type: long
The number of hits on routez monitoring uri
-
nats.stats.http.req_stats.uri.connz
-
type: long
The number of hits on connz monitoring uri
-
nats.stats.http.req_stats.uri.varz
-
type: long
The number of hits on varz monitoring uri
-
nats.stats.http.req_stats.uri.subsz
-
type: long
The number of hits on subsz monitoring uri
-
nats.stats.http.req_stats.uri.root
-
type: long
The number of hits on root monitoring uri
subscriptions fields
editContains nats subscriptions related metrics
-
nats.subscriptions.total
-
type: integer
The number of active subscriptions
-
nats.subscriptions.inserts
-
type: long
The number of insert operations in subscriptions list
-
nats.subscriptions.removes
-
type: long
The number of remove operations in subscriptions list
-
nats.subscriptions.matches
-
type: long
The number of times a match is found for a subscription
-
nats.subscriptions.cache.size
-
type: integer
The number of result sets in the cache
-
nats.subscriptions.cache.hit_rate
-
type: scaled_float
format: percent
The rate matches are being retrieved from cache
-
nats.subscriptions.cache.fanout.max
-
type: integer
The maximum fanout served by cache
-
nats.subscriptions.cache.fanout.avg
-
type: double
The average fanout served by cache
On this page