enable withCredentials in elasticsearch basic auth
@@ -37,6 +37,7 @@ function (angular, _, config, kbn, moment) {
};
if (this.basicAuth) {
+ options.withCredentials = true;
options.headers = {
"Authorization": "Basic " + this.basicAuth