Posts about elasticsearch
Kibana proxy for AWS ECS (Fargate) edit

Kibana proxy for AWS ECS (Fargate)

23 January 2019

One of the most annoying parts of setting up Elastic Search on AWS is the way access is configured for that service. From what we’ve gathered you have one of two options to protect it:

  1. Make sure it’s...

Background Elastic Search indexing using Sidekiq

This article shows how we implemented background ActiveRecord model indexing using Sidekiq. By default, the SearchKick gem allows for 4 ways of automatically indexing a Rails model when it is saved to the backing database:

  1. Inline (the default,...