[1181] Expose low level elasticsearch client params
* replace elasticsearch_host and elasticsearch_port with elasticsearch_url * Add support for AWS Elasticsearch Service * created universal gitlab elasticsearch client * add ability to sign requests with aws_signers_v4 * expose elasticsearch_aws_region param * expose elasticsearch_aws_access_key param * expose elasticsearch_aws_secret_access_key param * If using AWS instance credentials they will automatically be picked up by client
Showing
... | ... | @@ -108,6 +108,8 @@ gem 'elasticsearch-model', '~> 0.1.9' |
gem 'elasticsearch-rails', '~> 0.1.9' | ||
gem 'elasticsearch-api', '5.0.3' | ||
gem 'gitlab-elasticsearch-git', '1.1.1', require: "elasticsearch/git" | ||
gem 'aws-sdk' | ||
gem 'faraday_middleware-aws-signers-v4' | ||
# Markdown and HTML processing | ||
gem 'html-pipeline', '~> 1.11.0' | ||
... | ... |
lib/gitlab/elastic/client.rb
0 → 100644
Please register or sign in to comment