Module: Elasticsearch
- Defined in:
- lib/logstash/filters/elasticsearch/patches/_elasticsearch_transport_http_manticore.rb
Overview
elasticsearch-transport 7.2.0 - 7.14.0 had a bug where setting http headers
ES::Client.new ..., transport_options: { headers: { 'Authorization' => ... } }
would be lost github.com/elastic/elasticsearch-ruby/issues/1428
NOTE: needs to be idempotent as input ES plugin might apply the same patch!
Defined Under Namespace
Modules: Transport