WARNING: Version 6.0 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.
Nginx Fields
editNginx Fields
editNginx server status metrics collected from various modules.
nginx Fields
editnginx
contains the metrics that were scraped from nginx.
stubstatus Fields
editstubstatus
contains the metrics that were scraped from the ngx_http_stub_status_module status page.
nginx.stubstatus.hostname
edittype: keyword
Nginx hostname.
nginx.stubstatus.active
edittype: long
The current number of active client connections including Waiting connections.
nginx.stubstatus.accepts
edittype: long
The total number of accepted client connections.
nginx.stubstatus.handled
edittype: long
The total number of handled client connections.
nginx.stubstatus.dropped
edittype: long
The total number of dropped client connections.
nginx.stubstatus.requests
edittype: long
The total number of client requests.
nginx.stubstatus.current
edittype: long
The current number of client requests.
nginx.stubstatus.reading
edittype: long
The current number of connections where Nginx is reading the request header.
nginx.stubstatus.writing
edittype: long
The current number of connections where Nginx is writing the response back to the client.
nginx.stubstatus.waiting
edittype: long
The current number of idle client connections waiting for a request.