Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Elasticjs ( http://www.fullscale.co/elasticjs/ ) クライアントのユーザー名とパスワードはどこで指定できますか?
Elasticsearch 自体は基本認証をサポートしていないため、elastic.js はすべてのクライアントでこの情報を設定する方法を提供していません。angular クライアントは最近、カスタム ヘッダー (つまり、http 基本認証で使用される Authorization ヘッダー) を設定できる $http 構成オブジェクトを渡すためのサポートを獲得しました。jQuery およびノード クライアントは、現時点ではこれをサポートしていません。