I'm trying to use Kibana on a server A to access elasticsearch on a server B.
elasticsearch is protected with a basic auth authentication on server B.
Kibana is also protected with basic authentication (and the same password) on server A.
I'm using this configuration (inspired from here)
I'm just trying the redirection by typing the following address and I get a error 500:
In the log I have:
2014/06/01 16:45:55 [error] 3721#0: *1 rewrite or internal redirection cycle while internally redirecting to "/es/_search", client: 192.168.50.1, server: A.com, request: "GET /es/_search HTTP/1.1", host: "A.com"
Any idea what could be wrong ?