NEST/elasticsearch-net sdk authentication and searchguard

I am using NEST/elasticsearch-net on a c# application to index documents. NEST support authentication if using Shield using:

var settings = new ConnectionSettings(uri);

settings.BasicAuthentication(user, pass);

_elk = new ElasticClient(settings);

Will NEST work and authenticate with searchguard in same way? or is not supported?

Thanks,

works

ยทยทยท

Am 27.10.2016 um 02:25 schrieb Alberto Gonzalez <agonzalez@virtualsharp.com>:

I am using NEST/elasticsearch-net on a c# application to index documents. NEST support authentication if using Shield using:

var settings = new ConnectionSettings(uri);
            settings.BasicAuthentication(user, pass);
_elk = new ElasticClient(settings);

Will NEST work and authenticate with searchguard in same way? or is not supported?

Thanks,

--
You received this message because you are subscribed to the Google Groups "Search Guard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to search-guard+unsubscribe@googlegroups.com.
To post to this group, send email to search-guard@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/search-guard/3baf8f2a-43a4-4549-9c06-6e2c0d42850f%40googlegroups.com\.
For more options, visit https://groups.google.com/d/optout\.