Where can we specify username and password for the elasticjs (http://www.fullscale.co/elasticjs/) client?
Since elasticsearch itself does not support basic authentication, elastic.js does not provide a way to set this information in all clients. The angular client recently gained support for passing the $http configuration object which allows setting custom headers (ie. the Authorization header used in http basic auth). The jQuery and node clients do not support this at this time.