8000 GitHub - bcuff/elasticsearch-net-aws at version-1
[go: up one dir, main page]

Skip to content

bcuff/elasticsearch-net-aws

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elasticsearch Net for Amazon AWS

Add-on to elasticsearch-net / NEST for using AWS's elasticsearch service.

Install Package

Install-Package Elasticsearch.Net.Aws

Setup

// for NEST
var client = new ElasticClient(settings, connection: new AwsHttpConnection(settings, new AwsSettings
{
	AccessKey = "My AWS access key",
	SecretKey = "My AWS secret key",
	Region = "us-east-1",
}));

The AwsHttpConnection class is an implemenation of IConnection that will sign the HTTP requests according to the Version 4 Signing Process.

About

Add-on to Elasticsearch.Net & NEST for using AWS's elasticsearch service.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 10

Languages

0