Quick Tips

aws-and-elasticsearch
Development Quick Tips

Deploy ELK Stack to Amazon ECS

Introduction In this article we will discuss how we self-deployed ELK Stack on Amazon ECS by using AWS Cloud Formation to help us create the required resources. There are many other possibilities to use t...

elasticsearch-aggregations
Development Quick Tips

How to create nested fields inside Elasticsearch when importing SQL data using Logstash

The nested type is a specialized version of the object datatype that allows arrays of objects to be indexed in a way that they can be queried independently of each other. In order to achieve&n...

Software Development Outsourcing
Development Quick Tips

Importing SQL data inside Elasticsearch/Kibana using Logstash

Prerequisite: Configure the Elasticsearch instance.Configure the Kibana instance.Install the sqljdbc driver library. In order to import the SQL data we need to configure the import file. So let’s start by...