File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ package metadata
3
3
remap : functions : parse_nginx_log : {
4
4
category : " Parse "
5
5
description : """
6
- Parses Nginx access and error log lines. Lines can be in [`combined`](\(urls .nginx_combined )), or [`error`](\(urls .nginx_error )) format.
7
- """
6
+ Parses Nginx access and error log lines. Lines can be in [`combined`](\(urls .nginx_combined )),
7
+ [`ingress_upstreaminfo`](\(urls .nginx_ingress_upstreaminfo )) or [`error`](\(urls .nginx_error )) format.
8
+ """
8
9
notices : [
9
10
"""
10
11
Missing information in the log message may be indicated by `-`. These fields are omitted in the result.
Original file line number Diff line number Diff line change @@ -376,6 +376,7 @@ urls: {
376
376
new_transform : " \(vector_repo )/issues/new?labels=type%3A+new+feature "
377
377
nginx : " https://www.nginx.com/ "
378
378
nginx_combined : " https://nginx.org/en/docs/http/ngx_http_log_module.html "
379
+ nginx_ingress_upstreaminfo : " https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/log-format/ "
379
380
nginx_error : " https://github.com/nginx/nginx/blob/branches/stable-1.18/src/core/ngx_log.c#L102 "
380
381
nginx_stub_status_module : " http://nginx.org/en/docs/http/ngx_http_stub_status_module.html "
381
382
nix : " https://nixos.org/nix/ "
You can’t perform that action at this time.
0 commit comments