Merge pull request #14768 from sanderpick/master

Add httpAuth to ConfigOptions
This commit is contained in:
Mine Starks
2017-03-07 20:47:02 -08:00
committed by GitHub

View File

@@ -88,6 +88,7 @@ declare module Elasticsearch {
export interface ConfigOptions {
host?: any;
hosts?: any;
httpAuth?: string;
log?: any;
apiVersion?: string;
plugins?: any;