Posts tagged "elasticsearch"
-
Using Angular Kendo Grid with Elastic Search and ASP.NET Core
Back an Angular Kendo Grid with Elasticsearch by mapping the grid filter and paging options to C# objects and translating them into a NEST query.
-
Elastic Search - "All shards failed" on pagination
Fix the 'all shards failed' error when paging past 10000 Elasticsearch documents by raising max_result_window, and the heap cost of setting it too high.
-
Storing Event Data in Elastic Search
Take the Elasticsearch load off client devices by sending telemetry to Event Hubs, batching it in Stream Analytics, and indexing it from an Azure Function.
-
Getting started with Elastic Search in Azure
Deploy an Elasticsearch cluster from the Azure Marketplace template with Kibana and an external load balancer, then connect to it with the NEST client.