Nginx module. upstream_addr not available in nginx fields

Hi everyone,
I cannot find any upstream_addr related key in nginx fields https://www.elastic.co/guide/en/beats/filebeat/7.1/exported-fields-nginx.html
The upstream_addr does contain the IP address and port, or the path to the UNIX-domain socket of the upstream server. This value is inserted in second position in my hereunder access.log file :

192.168.2.4 192.168.2.43:8000 - - [02/Jun/2019:04:05:31 +0200] "GET /_wss/.ws?v=5&ns=visioprod HTTP/1.1" 400 87 "-" - "0.004 msec"
192.168.2.4 192.168.2.45:8000 - - [02/Jun/2019:04:05:32 +0200] "GET /_wss/.ws?v=5&ns=visioprod HTTP/1.1" 101 92 "-" - "60.001 msec"
192.168.2.4 192.168.2.42:8000 - - [02/Jun/2019:04:05:46 +0200] "GET /_wss/.ws?v=5&ns=visioprod HTTP/1.1" 400 87 "-" - "0.003 msec"
192.168.2.4 192.168.2.47:8000 - - [02/Jun/2019:04:06:01 +0200] "GET /_wss/.ws?v=5&ns=visioprod HTTP/1.1" 400 87 "-" - "0.003 msec"
192.168.2.4 192.168.2.45:8000 - - [02/Jun/2019:04:06:33 +0200] "GET /_wss/.ws?v=5&ns=visioprod HTTP/1.1" 101 92 "-" - "60.003 msec"
192.168.2.4 192.168.2.43:8000 - - [02/Jun/2019:04:06:46 +0200] "GET /_wss/.ws?v=5&ns=visioprod HTTP/1.1" 400 87 "-" - "0.003 msec"
192.168.2.4 192.168.2.46:8000 - - [02/Jun/2019:04:07:01 +0200] "GET /_wss/.ws?v=5&ns=visioprod HTTP/1.1" 400 87 "-" - "0.002 msec"
192.168.2.4 192.168.2.45:8000 - - [02/Jun/2019:04:13:27 +0200] "GET /_wss/.ws?v=5&ns=visioprod HTTP/1.1" 101 92 "-" - "60.001 msec"
192.168.2.4 192.168.2.46:8000 - - [02/Jun/2019:04:42:50 +0200] "GET /_wss/.ws?v=5&ns=visioprod HTTP/1.1" 101 716 "-" - "2859.510 msec"
192.168.2.4 192.168.2.46:8000 - - [02/Jun/2019:04:44:46 +0200] "GET /_wss/.ws?v=5&ns=visioprod HTTP/1.1" 400 87 "-" - "0.003 msec"

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.