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
Nginx ingress_controller pipeline can not parse message if a second upstream fails to return response.
According to test.log this case is missing.
Grok patten should be enhanced.
Current pattern definitions:
We can see that in case second upstream available message parsing is sucessfull nginx.ingress_controller.upstream.time_list and nginx.ingress_controller.upstream.status_code_list have two values.
The text was updated successfully, but these errors were encountered:
Describe the enhancement:
Nginx ingress_controller pipeline can not parse message if a second upstream fails to return response.
According to test.log this case is missing.
Grok patten should be enhanced.
Current pattern definitions:
Not match for
Describe a specific use case for the enhancement or feature:
Reproduce steps
In case second upstream available:
We can see that in case second upstream available message parsing is sucessfull nginx.ingress_controller.upstream.time_list and nginx.ingress_controller.upstream.status_code_list have two values.
The text was updated successfully, but these errors were encountered: