#MiniProfiler.Elasticsearch Elasticsearch.Net and NEST client for logging to MiniProfiler.
Run the following command in the Package Manager Console (NuGet).
PM> Install-Package MiniProfiler.ElasticsearchReplace ElasticClient or ElasticsearchClient usages with their profiled version: ProfiledElasticClient or ProfiledElasticsearchClient.
See Sample.Elasticsearch project for working example.