sorry. I don't have any VPC one. But that should be a problem for you. When you launch an ES cluster in VPC, you need to make sure it the client machine (where you are writing code / query) has access to ES in the VPC. Rest remain the same.
@@AWSTutorialsOnline yes but I have not found any resource to deploy in a secure way using aws console or any framework, I tried from console without success
Hi, Elasticsearch is open source. You can deploy on local machines. please check this - www.elastic.co/guide/en/elasticsearch/reference/6.8/getting-started-install.html
Thanks for this amazing tutorial :). Just one question, after we have updated a record I see that the "_version" is incremented by 1. Let's say I want to do get all the versions of a particular record. Is it possible to fetch all the versions of a record ? or only the latest version is persisted by ES ?
Apologies for the late response due to my summer break. It seems querying by version is not possible because version field is not indexed. However, it is possible to list all versions of the a document and loop to find the document you are interested in. Please check this link - stackoverflow.com/questions/24730724/how-to-search-documents-by-version
Thank you for the tutorial. I have a question on the default replica in Amazon ES, by default, each index has one replica. What is the best way to enable at least one replica for each index? Can this be enabled at the Domain level during its initial previsioning?
Well-drafted content and clear, easily comprehensible explanations of the service.
very good topic. please more hands on contents on AWS Elasticsearch... Thank You
Well explained and easy to understand. Thanks
👌
Please create a video on using java client with OpenSearch
This is gold. Thank you sir.
Glad it helped
Thank you for the great video
Very good tutorial ! Thank you !
Thanks for the appreciation,
Great Tutorial! Thank You!!
You're welcome!
great video, do you have a workshop using a vpc for security reasons?
sorry. I don't have any VPC one. But that should be a problem for you. When you launch an ES cluster in VPC, you need to make sure it the client machine (where you are writing code / query) has access to ES in the VPC. Rest remain the same.
@@AWSTutorialsOnline yes but I have not found any resource to deploy in a secure way using aws console or any framework, I tried from console without success
Did I hear in the video, the ElasticSearch can run at local machine? Then how data nodes set up and run? I am confusing.
Hi, Elasticsearch is open source. You can deploy on local machines. please check this - www.elastic.co/guide/en/elasticsearch/reference/6.8/getting-started-install.html
Thanks for this amazing tutorial :). Just one question, after we have updated a record I see that the "_version" is incremented by 1. Let's say I want to do get all the versions of a particular record. Is it possible to fetch all the versions of a record ? or only the latest version is persisted by ES ?
Apologies for the late response due to my summer break.
It seems querying by version is not possible because version field is not indexed. However, it is possible to list all versions of the a document and loop to find the document you are interested in. Please check this link - stackoverflow.com/questions/24730724/how-to-search-documents-by-version
Got it Thanks :)
Super good. Love it
Glad you like it!
Thank you for the tutorial. I have a question on the default replica in Amazon ES, by default, each index has one replica. What is the best way to enable at least one replica for each index? Can this be enabled at the Domain level during its initial previsioning?
I think it is possible to set it up a the domain level.