To join discussion on elasticsearch please join join.slack.com/t/labit-training/shared_invite/zt-11lup6ihz-qSEDwuYlgSLBxkbWxHhkkQ If you like this course and would like to support me you can - Purchase my longer 5 hour course on Udemy : www.udemy.com/course/elasticsearch-101/?referralCode=2F96AD63FB30A07EDCEE - If you have a Skilshare account , you can access my course with the following link : Skillshare : www.skillshare.com/classes/ElasticSearch-101-A-Beginners-guide-to-elastic-stack/562700361/projects
This video was very helpful. Have been struggling to spin a multinode cluster for a week now. Can you please also inform me on how to generate the ssl certificates for connecting beats and publish data to the cluster?
Hi I have gone through "How to deploy a multi-node elastic-search cluster | elasticsearch deep dive | elk stack tutorial" videos its very helpfull. how to connect logstash with Elastic search. Is there any video for same.
Hi Shobhith, Logstash videos are part of udemy course. Here is discount coupon if you like www.udemy.com/course/elasticsearch-101/?couponCode=7FFD043D07D3621B0266 If you dont want to purchase the course, you can look at the elasticsearch output for logstash, all you have to do is provide elasticserver URL and credentials to the output.
Is it possible to achieve this setup through docker-compose? At the moment I can create my own multi-node cluster but the nodes are split into the same machine which fails to provide the benefits of horizontal scaling.
Thank you! Those who get any error cannot read configured [PKCS1 because of password like, you will need to reset all the keys without a password with the following commands: ./bin/elasticsearch-keystore add xpack.security.http.ssl.keystore.secure_password ./bin/elasticsearch-keystore add xpack.security.http.ssl.truststore.secure_password ./bin/elasticsearch-keystore add xpack.security.transport.ssl.keystore.secure_password ./bin/elasticsearch-keystore add xpack.security.transport.ssl.truststore.secure_password
Is the cluster coming up properly? I am seeing below kind of errors after resolving certificate issues [WARN ][o.e.c.c.ClusterFormationFailureHelper] [elk-2] master not discovered yet, this node has not previously joined a bootstrapped cluster, and this node must discover master-eligible nodes [elk-1, elk-2] to bootstrap a cluster: have discovered [{elk-2} .........
Hi thanks for video it is very helpful but i have some issues while using virtualbox as node in my local. In my setup there are 3 node elk and one node kibana. All of them in seperate virtualbox instance. I am following all your steps but i am getting this error: java .secuirty.unrecoverablekeyexception: failed to decrypt safe contents entry: javax.crypto.BadPaddingException: given final block not properly padded. NOTE: i didnt add any password in any cert or other. Same with your steps. Could you please help me?
To join discussion on elasticsearch please join
join.slack.com/t/labit-training/shared_invite/zt-11lup6ihz-qSEDwuYlgSLBxkbWxHhkkQ
If you like this course and would like to support me you can
- Purchase my longer 5 hour course on Udemy :
www.udemy.com/course/elasticsearch-101/?referralCode=2F96AD63FB30A07EDCEE
- If you have a Skilshare account , you can access my course with the following link :
Skillshare : www.skillshare.com/classes/ElasticSearch-101-A-Beginners-guide-to-elastic-stack/562700361/projects
I never comment videos, but I think you deserve some recognition. You explained it very clear and easy to follow. Thank you for your effort :)
This video was very helpful. Have been struggling to spin a multinode cluster for a week now.
Can you please also inform me on how to generate the ssl certificates for connecting beats and publish data to the cluster?
If using self managed , generate it from the elasticsearch utility otherwise from your CA.
@@LabITtraining commands?
Hi
I have gone through "How to deploy a multi-node elastic-search cluster | elasticsearch deep dive | elk stack tutorial" videos its very helpfull.
how to connect logstash with Elastic search. Is there any video for same.
Hi Shobhith,
Logstash videos are part of udemy course. Here is discount coupon if you like
www.udemy.com/course/elasticsearch-101/?couponCode=7FFD043D07D3621B0266
If you dont want to purchase the course, you can look at the elasticsearch output for logstash, all you have to do is provide elasticserver URL and credentials to the output.
Nice video thanks. You missed input one 9200 in conf file
Is there an update to show 8.x?
I want to set a elasticsearch cluster in docker swarm, nginx, 3 master, 2 coordination node, 4 data nodes, can u guide me sir?
Hey I wanted to know like can I monitor multiple es clusters using Kibana(basic version) or it's included in paid version?
Is it possible to achieve this setup through docker-compose? At the moment I can create my own multi-node cluster but the nodes are split into the same machine which fails to provide the benefits of horizontal scaling.
You can , there is a docket image available for elasticsearch
Thank you!
Those who get any error cannot read configured [PKCS1 because of password like, you will need to reset all the keys without a password with the following commands:
./bin/elasticsearch-keystore add xpack.security.http.ssl.keystore.secure_password
./bin/elasticsearch-keystore add xpack.security.http.ssl.truststore.secure_password
./bin/elasticsearch-keystore add xpack.security.transport.ssl.keystore.secure_password
./bin/elasticsearch-keystore add xpack.security.transport.ssl.truststore.secure_password
Is the cluster coming up properly?
I am seeing below kind of errors after resolving certificate issues
[WARN ][o.e.c.c.ClusterFormationFailureHelper] [elk-2] master not discovered yet, this node has not previously joined a bootstrapped cluster, and this node must discover master-eligible nodes [elk-1, elk-2] to bootstrap a cluster: have discovered [{elk-2} .........
Hello,
Is this possible that we can configure a two-node Elasticsearch cluster as part of a disaster recovery (DR) strategy?
it is recommended to have at least a three node cluster for DR.
Hi Thanks for the awesome video.
But elastic_multinode_install.md does not exist in your gitlab repo. Could you please upload it...
i changed the structure in my repository, i will update the descriptions tab.
updated the link, thanks for pointing it out.
Is it okay to make 3 nodes in cluster and kibana on first node
Yes you can
Hi thanks for video it is very helpful but i have some issues while using virtualbox as node in my local. In my setup there are 3 node elk and one node kibana. All of them in seperate virtualbox instance. I am following all your steps but i am getting this error: java .secuirty.unrecoverablekeyexception: failed to decrypt safe contents entry: javax.crypto.BadPaddingException: given final block not properly padded. NOTE: i didnt add any password in any cert or other. Same with your steps. Could you please help me?
Looks like something’s wrong with your certificates
I followed the same process yet curl shows number of nodes= 1
Useless of trying this process
Elastic search doesn't even run in browser
That means your nodes are not able to join the cluster , did you setup your cluster name correctly ?