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 need to put one more node to share the load.So initially choose a 3 node cluster has 2 shards and 1 replica. Step 1:...
How to Process your data from AWS SQS Queue to Elasticsearch using Lambda
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 shipper that pulling data from sqs and push to Elasticsearch.Lambda first check index existence if it is found it will push...
AWS ElasticSearch service snapshots in S3 buckets
In this tutorial, we will mainly describe how to store AWS Elasticsearch snapshots in S3 buckets for later retrieval purposes. This process usually takes the following six steps Info: AWS provided solution that enables customers to create an automated snapshot...
Elastic Search Concepts
About Elastic Search is an open-source search engine built on top of apache lucene a full-text search-engine library. Lucene is arguably the most advanced, high-performance and fully featured search engine library in existence today—both open source and proprietary....
Automatic Snapshot creation and deletion in elastic search cluster
Curator is one good tool to perform some operations (indices, snapshots) on elastic search with simple Commands. This tool showed a way to automate snapshot mechanism with out doing manually. To work with curator, we have some procedure to install on any one of your...
How To Install Plugin’s In ElasticSearch?
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 HQ plugin for monitoring elastic search. This is what you need to do : Step 3 : Change to bin directory. Step 4 : Enter...