Installing Elasticsearch and Kibana on Ubuntu 20 using docker-compose [Elasticsearch 7 #2.1]

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

КОМЕНТАРІ • 18

  • @darylkupper9339
    @darylkupper9339 3 роки тому +2

    Thank you so much! Your video helped me solve my problem. I just started standing up my own ELK stack in Docker this week, I was stuck on both the errors that you found and showed how to fix. I just started going through the docs. I have watched tons of videos on ELK Stack in Docker, and I do not recall seeing anybody else saying anything about both those errors:
    sudo sysctl -w vm.max_map_count=262144
    environment:
    - discovery.type=single-node
    I found just the sudo sysctl -w vm.max_map_count=262144
    in stackoverflow or Techoverlfow, but I had to leave, and when I got to a stopping point, I started searching UA-cam and found your video for the first time.
    Thank you!

    • @Codetuber
      @Codetuber  3 роки тому +1

      Thank you for the kind comments

  • @amk0613
    @amk0613 3 роки тому +1

    You're a lifesaver! Thank you so much for the detailed explanation and for going through the possible errors too. It really helped me understand what was going on :)

    • @Codetuber
      @Codetuber  3 роки тому

      Thank you for watching!!

  • @ruchk3872
    @ruchk3872 3 роки тому +1

    So helpful ..thanks for making it simple for beginners

    • @Codetuber
      @Codetuber  3 роки тому +1

      Glad it was helpful! Docker makes new setups really really easy to do :)

  • @yootiyoob
    @yootiyoob 3 роки тому +1

    Thank you so much! So helpful ..

  • @chaurelviren
    @chaurelviren 6 місяців тому

    How we add two nodes using docker compose

  • @Mohan-nf6cu
    @Mohan-nf6cu 3 роки тому +1

    Thanks for the video. Pls let me know which package you have installed in your ububtu system to show commands from history. Means while typing on terminal it shows the suggestion. So I would like to enable the same on my system as well.

    • @Codetuber
      @Codetuber  3 роки тому +1

      github.com/zsh-users/zsh-autosuggestions

    • @Mohan-nf6cu
      @Mohan-nf6cu 3 роки тому +1

      @@Codetuber thank you.

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

    Hi, I followed the steps on your video with version 8.0.0, but when I run curl, I get error 52 empty reply from server. can you help me with that ?

  • @57_theofilustjipar34
    @57_theofilustjipar34 2 роки тому

    Hi, i'm new in this ELK stuff and docker-compose. I'm Windows and i cannot find a way to write this docker-compose file. Can you help me where i can write it? and which directory should i save it?

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

      Same it anywhere. Write it in any text editor

    • @57_theofilustjipar34
      @57_theofilustjipar34 2 роки тому

      @@Codetuber Thank you so much for answering.where do i save the file? which directory

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

      Any where.. just run the command from the same directory

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

      @@Codetuber ohh i get it, Thank you so much sir