lib/fluent/plugin/out_elasticsearch_dynamic.rb in fluent-plugin-elasticsearch-2.8.5 vs lib/fluent/plugin/out_elasticsearch_dynamic.rb in fluent-plugin-elasticsearch-2.8.6
- old
+ new
@@ -53,9 +53,13 @@
logger: @transport_logger,
transport_options: {
headers: { 'Content-Type' => @content_type.to_s },
request: { timeout: @request_timeout },
ssl: { verify: @ssl_verify, ca_file: @ca_file, version: @ssl_version }
+ },
+ http: {
+ user: @user,
+ password: @password
}
}), &adapter_conf)
es = Elasticsearch::Client.new transport: transport
begin