Elasticsearch

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...