How to deploy a multi-node elastic-search cluster | elasticsearch deep dive | elk stack tutorial

Поділитися
Вставка
  • Опубліковано 6 лис 2024

КОМЕНТАРІ • 27

  • @LabITtraining
    @LabITtraining  2 роки тому

    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

  • @inuroxas1
    @inuroxas1 2 роки тому +2

    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 :)

  • @supriyopaul1893
    @supriyopaul1893 2 роки тому +1

    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?

    • @LabITtraining
      @LabITtraining  2 роки тому +1

      If using self managed , generate it from the elasticsearch utility otherwise from your CA.

    • @supriyopaul1893
      @supriyopaul1893 2 роки тому

      @@LabITtraining commands?

  • @shobhithraj2162
    @shobhithraj2162 2 роки тому +1

    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.

    • @LabITtraining
      @LabITtraining  2 роки тому

      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.

  • @wens8854
    @wens8854 Рік тому

    Nice video thanks. You missed input one 9200 in conf file

  • @carnealse
    @carnealse 2 роки тому +2

    Is there an update to show 8.x?

  • @sandeepbharmoria
    @sandeepbharmoria 2 роки тому +1

    I want to set a elasticsearch cluster in docker swarm, nginx, 3 master, 2 coordination node, 4 data nodes, can u guide me sir?

  • @abhisheksinha3119
    @abhisheksinha3119 2 роки тому

    Hey I wanted to know like can I monitor multiple es clusters using Kibana(basic version) or it's included in paid version?

  • @clearthinking5441
    @clearthinking5441 Рік тому

    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.

    • @LabITtraining
      @LabITtraining  Рік тому

      You can , there is a docket image available for elasticsearch

  • @MrFathimohamed
    @MrFathimohamed Рік тому +1

    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

    • @4keka
      @4keka Рік тому

      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} .........

  • @AS-gv1on
    @AS-gv1on Рік тому

    Hello,
    Is this possible that we can configure a two-node Elasticsearch cluster as part of a disaster recovery (DR) strategy?

    • @LabITtraining
      @LabITtraining  10 місяців тому

      it is recommended to have at least a three node cluster for DR.

  • @muhibali8876
    @muhibali8876 2 роки тому

    Hi Thanks for the awesome video.
    But elastic_multinode_install.md does not exist in your gitlab repo. Could you please upload it...

    • @LabITtraining
      @LabITtraining  2 роки тому +1

      i changed the structure in my repository, i will update the descriptions tab.

    • @LabITtraining
      @LabITtraining  2 роки тому

      updated the link, thanks for pointing it out.

  • @akhilkella3642
    @akhilkella3642 2 роки тому

    Is it okay to make 3 nodes in cluster and kibana on first node

  • @emrahkzltan9798
    @emrahkzltan9798 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?

    • @LabITtraining
      @LabITtraining  2 роки тому

      Looks like something’s wrong with your certificates

  • @akhilkella3642
    @akhilkella3642 2 роки тому

    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

    • @LabITtraining
      @LabITtraining  2 роки тому

      That means your nodes are not able to join the cluster , did you setup your cluster name correctly ?