Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

elasticsearch-transport-aws4

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elasticsearch-transport-aws4

  • 2.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Signature Version 4 Elasticsearch Transport for Amazon Elasticsearch Service

Build Status

elasticsearch-transport-aws4 signs Amazon Elasticsearch Service requests using Signature Version 4.

Installation

Add this line to your application's Gemfile:

gem "elasticsearch-transport-aws4"

And then execute:

$ bundle

Or install it yourself as:

$ gem install elasticsearch-transport-aws4

Usage

Create Elasticsearch client with transport_class and aws4 options.

Elasticsearch::Client.new(
  url:             "https://search-XYZ-ABCDEFGHIJKLMMNOPQRTUVWXYZ.us-east-1.es.amazonaws.com",
  transport_class: Elasticsearch::Transport::AWS4,
  aws4: {
    key:    "KEY_KEY_KEY_KEY",
    secret: "SECRET_SECRET",
    region: "us-east-1"
  }
)

FAQs

Package last updated on 02 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc