- Metricbeat Reference: other versions:
- Overview
- Contributing to Beats
- 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
- Specify SSL settings
- Filter and enhance the exported data
- Parse logs by using ingest node
- Set up project paths
- Set up the Kibana endpoint
- Load the Kibana dashboards
- Load the Elasticsearch index template
- Set up logging
- Use environment variables in the configuration
- Autodiscover
- YAML tips and gotchas
- Regular expression support
- metricbeat.reference.yml
- Modules
- Aerospike module
- Apache module
- Ceph module
- Couchbase module
- Docker module
- Dropwizard module
- Elasticsearch module
- Etcd module
- Golang module
- Graphite module
- HAProxy module
- HTTP module
- Jolokia module
- Kafka module
- Kibana module
- Kubernetes module
- 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 system metricset
- Kubernetes volume metricset
- Logstash module
- Memcached module
- MongoDB module
- MySQL module
- Nginx module
- PHP_FPM module
- PostgreSQL module
- Prometheus module
- RabbitMQ module
- Redis module
- System module
- vSphere module
- Windows module
- ZooKeeper module
- Exported fields
- Aerospike fields
- Apache fields
- Beat fields
- Ceph fields
- Cloud provider metadata fields
- Common fields
- Couchbase fields
- Docker fields
- Docker fields
- Dropwizard fields
- Elasticsearch fields
- Etcd fields
- Golang fields
- Graphite fields
- HAProxy fields
- HTTP fields
- Jolokia fields
- Kafka fields
- Kibana fields
- Kubernetes fields
- Kubernetes fields
- Logstash fields
- Memcached fields
- MongoDB fields
- MySQL fields
- Nginx fields
- PHP_FPM fields
- PostgreSQL fields
- Prometheus fields
- RabbitMQ fields
- Redis fields
- System fields
- vSphere fields
- Windows fields
- ZooKeeper fields
- Securing Metricbeat
- Troubleshooting
WARNING: Version 6.1 of Metricbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Apache fields
editApache fields
editApache HTTPD server metricsets collected from the Apache web server.
apache fields
editapache
contains the metrics that were scraped from Apache.
status fields
editstatus
contains the metrics that were scraped from the Apache status page.
apache.status.hostname
edittype: keyword
Apache hostname.
apache.status.total_accesses
edittype: long
Total number of access requests.
apache.status.total_kbytes
edittype: long
Total number of kilobytes served.
apache.status.requests_per_sec
edittype: scaled_float
Requests per second.
apache.status.bytes_per_sec
edittype: scaled_float
Bytes per second.
apache.status.bytes_per_request
edittype: scaled_float
Bytes per request.
apache.status.workers.busy
edittype: long
Number of busy workers.
apache.status.workers.idle
edittype: long
Number of idle workers.
uptime fields
editUptime stats.
apache.status.uptime.server_uptime
edittype: long
Server uptime in seconds.
apache.status.uptime.uptime
edittype: long
Server uptime.
cpu fields
editCPU stats.
apache.status.cpu.load
edittype: scaled_float
CPU Load.
apache.status.cpu.user
edittype: scaled_float
CPU user load.
apache.status.cpu.system
edittype: scaled_float
System cpu.
apache.status.cpu.children_user
edittype: scaled_float
CPU of children user.
apache.status.cpu.children_system
edittype: scaled_float
CPU of children system.
connections fields
editConnection stats.
apache.status.connections.total
edittype: long
Total connections.
apache.status.connections.async.writing
edittype: long
Async connection writing.
apache.status.connections.async.keep_alive
edittype: long
Async keeped alive connections.
apache.status.connections.async.closing
edittype: long
Async closed connections.
load fields
editLoad averages.
apache.status.load.1
edittype: scaled_float
Load average for the last minute.
apache.status.load.5
edittype: scaled_float
Load average for the last 5 minutes.
apache.status.load.15
edittype: scaled_float
Load average for the last 15 minutes.
scoreboard fields
editScoreboard metrics.
apache.status.scoreboard.starting_up
edittype: long
Starting up.
apache.status.scoreboard.reading_request
edittype: long
Reading requests.
apache.status.scoreboard.sending_reply
edittype: long
Sending Reply.
apache.status.scoreboard.keepalive
edittype: long
Keep alive.
apache.status.scoreboard.dns_lookup
edittype: long
Dns Lookups.
apache.status.scoreboard.closing_connection
edittype: long
Closing connections.
apache.status.scoreboard.logging
edittype: long
Logging
apache.status.scoreboard.gracefully_finishing
edittype: long
Gracefully finishing.
apache.status.scoreboard.idle_cleanup
edittype: long
Idle cleanups.
apache.status.scoreboard.open_slot
edittype: long
Open slots.
apache.status.scoreboard.waiting_for_connection
edittype: long
Waiting for connections.
apache.status.scoreboard.total
edittype: long
Total.
On this page
- apache fields
- status fields
apache.status.hostname
apache.status.total_accesses
apache.status.total_kbytes
apache.status.requests_per_sec
apache.status.bytes_per_sec
apache.status.bytes_per_request
apache.status.workers.busy
apache.status.workers.idle
- uptime fields
apache.status.uptime.server_uptime
apache.status.uptime.uptime
- cpu fields
apache.status.cpu.load
apache.status.cpu.user
apache.status.cpu.system
apache.status.cpu.children_user
apache.status.cpu.children_system
- connections fields
apache.status.connections.total
apache.status.connections.async.writing
apache.status.connections.async.keep_alive
apache.status.connections.async.closing
- load fields
apache.status.load.1
apache.status.load.5
apache.status.load.15
- scoreboard fields
apache.status.scoreboard.starting_up
apache.status.scoreboard.reading_request
apache.status.scoreboard.sending_reply
apache.status.scoreboard.keepalive
apache.status.scoreboard.dns_lookup
apache.status.scoreboard.closing_connection
apache.status.scoreboard.logging
apache.status.scoreboard.gracefully_finishing
apache.status.scoreboard.idle_cleanup
apache.status.scoreboard.open_slot
apache.status.scoreboard.waiting_for_connection
apache.status.scoreboard.total