Analytics.CodingBlocks.Net

Better Searching, Logging and Analytics

All about the Elasticsearch API

Write queries quickly, that run quickly? Sling advanced filtering, aggregation, and scripting queries like a modern day Merlin?

You've come to the right place!

Stay tuned for Elastic tips, tricks and how-to's.

Recent Videos

Check out the YouTube channel for quick videos on Elasticsearch.

Featured Projects

QIT.cloud is a programmer focused podcast discovery service that lets you search, queue, and play episodes by topic.

DevPodcasts.App is another podcast discovery service, but this one is geared more towards helping people find podcasts (as opposed to episodes) by topic.

FindTech.events is a developer conference discovery service. It's still in it's early days, but the idea is that you will be able to search for conferences by topic, date, location, and whether or not the conference is currently accepting call-for-proposals.

Analytics.CodingBlocks.Net - Tips, tricks and the developer perspective on logging and analytics.

Blog

Elastic URI Search, no field prefix?April 22, 2019

I ran into an situation where an Elastic URI Search with no field prefix gave me decent looking results, but I didn't know how those results we gathered so I did a bit of documentation diving and learned a couple new things!

Keep Reading →

Elasticsearch is not just for search!January 02, 2019

Elasticsearch is often described as an open-source, scalable, full-text search and analytics engine. This is true, but this sentence doesn’t really tell you much about what developers actually do with it. So, what do developers do with it? Well, let me tell you!

Keep Reading →

3 Reasons not to use the URI SearchJanuary 03, 2018

There are two main ways of querying data in Elasticsearch. The URI Search is simple and convenient, and the Query DSL is verbose but powerful. In this post, we'll look at the pros and cons of each, and I'll tell you why you should just stick to the Query DSL.

Keep Reading →