Closed
Description
I have elastic search hosted on IIS with url as "https://somedomain.com/VD1".
I am able to access above url in Postman and perform get put queries on it. Using Nest I am observing that queries get fired against "https://somedomain.com" instead of "https://somedomain.com/VD1".
I am trying to connect using below code
EsNode = new Uri("https://somedomain.com/VD1/");
EsConfig = new ConnectionSettings(EsNode);
EsClient = new ElasticClient(EsConfig);
var resp = EsClient.CreateIndex("profile", c => c
.Map(mp => mp )
.AutoMap())
error shows uri as https://somedomain.com/profle
Metadata
Metadata
Assignees
Labels
No labels