Closed
Description
Hi Brendan
I'm trying es 7.0.0 with Elastisearch.net and nest with no success.
Here's the code I'm using. Am I leaving something out? It looks like the request is going through unsigned, indeed untouched.
Result is
{Invalid NEST response built from a unsuccessful (403) low level call on GET: /events/_doc/565540}
var awsCreds = new Amazon.Runtime.BasicAWSCredentials("myaccess", "mysecret");
var AWSHttpConnection = new Elasticsearch.Net.Aws.AwsHttpConnection(awsCreds, Amazon.RegionEndpoint.EUWest1);
var AWSURI = new Uri("my url");
var pool = new SingleNodeConnectionPool(AWSURI);
var esAWSConfig = new ConnectionSettings(pool, AWSHttpConnection);
Nest.ElasticClient client = new ElasticClient(esAWSConfig);
var eventCMS = client.Get<EventCMS>(565540, g => g.Index("events"));
Metadata
Metadata
Assignees
Labels
No labels