Skip to content

Commit

Permalink
docs: Add notes about ingress_upstreaminfo log format for `parse_ng…
Browse files Browse the repository at this point in the history
…inx_log()` function

temp
  • Loading branch information
esergion committed Sep 5, 2023
1 parent 2e2692e commit 1701a1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/cue/reference/remap/functions/parse_nginx_log.cue
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ package metadata
remap: functions: parse_nginx_log: {
category: "Parse"
description: """
Parses Nginx access and error log lines. Lines can be in [`combined`](\(urls.nginx_combined)), or [`error`](\(urls.nginx_error)) format.
"""
Parses Nginx access and error log lines. Lines can be in [`combined`](\(urls.nginx_combined)),
[`ingress_upstreaminfo`](\(urls.nginx_ingress_upstreaminfo)) or [`error`](\(urls.nginx_error)) format.
"""
notices: [
"""
Missing information in the log message may be indicated by `-`. These fields are omitted in the result.
Expand Down
1 change: 1 addition & 0 deletions website/cue/reference/urls.cue
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ urls: {
new_transform: "\(vector_repo)/issues/new?labels=type%3A+new+feature"
nginx: "https://www.nginx.com/"
nginx_combined: "https://nginx.org/en/docs/http/ngx_http_log_module.html"
nginx_ingress_upstreaminfo: "https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/log-format/"
nginx_error: "https://github.com/nginx/nginx/blob/branches/stable-1.18/src/core/ngx_log.c#L102"
nginx_stub_status_module: "http://nginx.org/en/docs/http/ngx_http_stub_status_module.html"
nix: "https://nixos.org/nix/"
Expand Down

0 comments on commit 1701a1d

Please sign in to comment.