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!
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 :)
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.
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?
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!
Thank you for the kind comments
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 :)
Thank you for watching!!
So helpful ..thanks for making it simple for beginners
Glad it was helpful! Docker makes new setups really really easy to do :)
Thank you so much! So helpful ..
Glad it was helpful!
How we add two nodes using docker compose
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.
github.com/zsh-users/zsh-autosuggestions
@@Codetuber thank you.
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 ?
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?
Same it anywhere. Write it in any text editor
@@Codetuber Thank you so much for answering.where do i save the file? which directory
Any where.. just run the command from the same directory
@@Codetuber ohh i get it, Thank you so much sir