Our Work

AWS Cluster Creation and configuration

Updated 21 day ago

For basic cluster creation you can choose smaller Ec2 instance types like t2.small like that. But if you really get Elasticity from elasticsearch you

How to Process your data from AWS SQS Queue to Elasticsearch using Lambda

Updated 21 day ago

In this article we are talking about how can we process your data that pushed to AWS SQS queue.The small lambda function which will work as data shipp...

AWS ElasticSearch service snapshots in S3 buckets

Updated 21 day ago

In this tutorial, we will mainly describe how to store AWS Elasticsearch snapshots in S3 buckets for later retrieval purposes. This process usually ta...

Automatic Snapshot creation and deletion in elastic search cluster

Updated 21 day ago

Curator is one good tool to perform some operations (indices, snapshots) on elastic search with simple Commands. This tool showed a way to automate sn...

Indexing Data to Elastic Search Part-1

Updated 21 day ago

PART1:Indexing Data Using Elastic Search API from various Sources(From CSV, XML, Database, flat files etc...) Here Coming to Elastic Search Persp...

Indexing Data to Elastic Search Part-3

Updated 21 day ago

Part 3:Tested Environment:OS: Linux Redhat Feeder Version: 1.5.2 MySQL: 5.6Feeder:The another way of indexing data to elasticsearch is us...

Indexing Data to Elastic Search Part-2

Updated 21 day ago

PART 2:Indexing data from River or Feeder.Indexing data From River: (Deprecated from ES 1.5.x) Indexing relation data using river is a good fea...

Elastic Search Concepts

Updated 21 day ago

AboutElastic Search is an open-source search engine built on top of apache lucene a full-text search-engine library. Lucene is arguably the most adv...

How To Install Plugin’s In ElasticSearch?

Updated 21 day ago

Step1 : Go to es home directory./usr/share/elastic search there you will find the following folder structure.Step 2: Let’s say we have to install

How To Install ElasticSearch On Windows, Ubuntu and CentOS/RHEL

Updated 21 day ago

Pre- Requisites :-Before installation, we have to setup java latest version 7u79 from oracle.Care must be taken to have installation of oracle jav...