logstash
logstash copied to clipboard
Allow API server return 200 OK without credential for LivenessProbe
Currently, localhost:9600/
returns 4xx when the API server sets basic authentication and the request doesn't provide username password.
One suggestion is to allow root path to return 200 without providing credentials for k8s LivenessProbe. For ReadinessProbe, set it to 200 when logstash status is "green"