by meanstack | Dec 21, 2017 | Elastic Serach
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:...
by meanstack | Dec 21, 2017 | Elastic Serach
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...
by meanstack | Aug 31, 2017 | Elastic Serach
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...
by meanstack | Aug 24, 2017 | Liferay
There are few scenarios that you might want to modify the JSPs to override which are no longer in Liferay’s core and you can do core JSP customizations to a specific site. portal-web/docroot/html As you can see, the above screen represents before you begin...
by meanstack | Aug 8, 2017 | Liferay
In this sections, we will describe how to setup Webhook, to receive message from Facebook to Liferay using Webhook and how to receive message from Liferay to Facebook using Graph API. Terms and Concepts You’ll come across the following terms multiple times in...