Looking at:
http://nginx.org/en/docs/http/ngx_http_stub_status_module.html
it says nothing about any metric in the stubstatus called "current", as listed here as "nginx.stubstatus.current":
https://www.elastic.co/guide/en/beats/metricbeat/current/exported-fields-nginx.html#_literal_nginx_stubstatus_current_literal
One could be tempted to think it came from "Active connections", but that does in fact already go into another field called nginx.stubstatus.active.
So how does nginx.stubstatus.current get populated and from which data?
Is it a derived metric?