Using Angular Kendo Grid with Elastic Search and ASP.NET Core
There was a need for using a Kendo Grid in an Angular 5 website where the backing store for the data was Elastic Search. Utilizing the...
Elastic Search – “All shards failed” on pagination
If you are trying to page past the first 10000 documents in an Elasticsearch index and have not set the max_result_window setting for that...
Storing Event Data in Elastic Search
There was a CPU and network issue when the hosts uploaded data directly from the client to Elastic Search. To allow for the same data...
Getting started with Elastic Search in Azure
For the Westworld of Warcraft project, a data store for the host data is required and due to needing to learn Elastic Search for another...