You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gixy v0.1.20 failes with message [nginx_parser] WARNING Skip unparseable block: "http"
on config like
log_format json escape=json ''
'{ "@timestamp": "$time_iso8601", '
...
# problem line:
'"any_variable": "any-value", ' # header "Location" received from upstream (in case of redirect)
...
'"upstream_status": "$upstream_status" '
'}';
if I using line like '"any_variable": "any-value", ' # header "Location" received from upstream in case of redirect
or '"any_variable": "any-value", ' # header "Location" received from upstream (redirect)
all works fine.
Problems with parser:
it parses comments (but it shouldn't)
it failes to parse comment like (two or more words in braces)
The text was updated successfully, but these errors were encountered:
Gixy v0.1.20 failes with message
[nginx_parser] WARNING Skip unparseable block: "http"
on config like
and after tests:
if I using line like
'"any_variable": "any-value", ' # header "Location" received from upstream in case of redirect
or
'"any_variable": "any-value", ' # header "Location" received from upstream (redirect)
all works fine.
Problems with parser:
(two or more words in braces)
The text was updated successfully, but these errors were encountered: