Elasticsearch + Docker Compose: Part 1 & 2 - Full Explanation

Поделиться
HTML-код
  • Опубликовано: 2 фев 2025

Комментарии • 38

  • @jamesrooney931
    @jamesrooney931 8 месяцев назад

    These videos have been amazing. I'm a complete beginner to Elastic - started using it at work and was struggling with all the different components and how they all slotted together. But these videos take you through everything from start to finish in a very clear concise manner. Even the SSL stuff was presented in clear, straight forward way. Still a long way to go on my Elastic journey but this content has given me a super strong foundation and they're interesting. Thank you so much. It is a great joy to get quality content like this. I would recommend these videos to anyone like myself who's starting off but I can see these being very useful even for people who aren't novices. Keep up the good work. It is much appreciated.

  • @CCap-ir4ik
    @CCap-ir4ik 6 месяцев назад +1

    Hey Man, Your'e truly a Genius. I was able to follow through and setup exactly whatever you have mentioned in the video and could resolve my earlier issue. Thanks a ton for creating such a valuable content. Thanks a lot!!!!!

  • @yamahabeat
    @yamahabeat 2 месяца назад

    This is exactly what I have been looking for!!! Thank you!

  • @dv7045
    @dv7045 Год назад

    One more time watched the video, thanks for explanations and amazing content :D

  • @mydhe6
    @mydhe6 5 месяцев назад

    This is great. Thank you Evermight!

  • @janiel471
    @janiel471 6 месяцев назад

    What a great tutorial about this topic. Thank you so much for your effort. I really hope that we can have similar tutorial implemented on k8s system. ❤❤❤

    • @evermightsystems
      @evermightsystems  6 месяцев назад +1

      Yes working on the kubernetes version of these! But it might take a while, so will keep everyone updated.

  • @takisparas1743
    @takisparas1743 10 месяцев назад

    Hello, your tutorial is fantastic. I just wandering it really need different server for production? Or can i run it all in one server?

    • @evermightsystems
      @evermightsystems  10 месяцев назад

      You could keep it all on one server! But honestly, I've only used docker + elk for development work. In production, I tend to just install everything directly against the host machine. As such I can't comment from experience how well docker +elk will work on long run. In theory it should be fine. But please take caution and do a lot of testing!

  • @STAM2302
    @STAM2302 3 месяца назад

    Hello and many thanks for your videos. I want to aks you if it's possible as we have already created those containers via docker-compose to our virtual machine, to transfer them (images) in Microsoft Azure via ACR repository and Azure volumes? Is there any change needed to make or any advise from your side your be highly appreciated.

    • @evermightsystems
      @evermightsystems  3 месяца назад

      Thanks for your message! I don't yet have enough experience to speak To azure and Microsoft environments. Apologies for that, but I hope your research goes well

    • @STAM2302
      @STAM2302 3 месяца назад

      @@evermightsystems I have tried it all the weekend without result due to an error regarding vm.max_map_count where Elasticsearch has min value 262144, and you cannot change it on Azure Container Instance or Azure Container Apps. Did you manage to install ELKF with Kubernetes?

    • @evermightsystems
      @evermightsystems  3 месяца назад +1

      @@STAM2302 I have a couple of DRAFT videos in my paid members area and they are:
      Kubernetes + Elastic Cluster with 3 nodes and kibana: ruclips.net/video/aCAjuoXd6rA/видео.html
      Kubernetes + Elastic + Kibana + APM: ruclips.net/video/iSk-3yG-WzY/видео.html
      These videos are draft because I don't do a "deep-dive" explanation. INstead, I do a demonstration / quickstart start walk-through, show the code I used, and give a link to download the code I used.
      Once I have time to fully kick the tires on these Kubernetes + Elastic, I will publish a free video along with the deep-dive explanation.
      These were done on Ubuntu 22.04, i didn't try it in a windows, microsoft or azure environment
      Maybe these can be helpful to you?

  • @lilypacha4940
    @lilypacha4940 10 месяцев назад

    Thank you for a great video love it ❤❤❤❤

  • @serasuashren7484
    @serasuashren7484 6 месяцев назад

    Hello, i just watched your video how to setup ELK with docker compose, it works.
    But i have a problem with adding a server fleet, i'm running the command elastic-agent install and it says :{"log.level":"info","@timestamp":"2024-08-07T06:24:20.472Z","log.origin":{"file.name":"cmd/enroll_cmd.go","file.line":410},"message":"Generating self-signed certificate for Fleet Server","ecs.version":"1.6.0"}
    {"log.level":"info","@timestamp":"2024-08-07T06:24:23.320Z","log.origin":{"file.name":"cmd/enroll_cmd.go","file.line":806},"message":"Fleet Server - Error - dial tcp: lookup es01 on 127.0.0.53:53: server misbehaving","ecs.version":"1.6.0"}
    Error: fleet-server failed: context canceled
    any idea to fix it?
    anyway, i'm using ubuntu 22.04 LTS with virtualbox

    • @evermightsystems
      @evermightsystems  5 месяцев назад

      Thanks for your message. I don't remember seeing this specific error. If you still need assistance email us through our website and we can try to set up a zoom call to troubleshoot!

  • @MrSalFav
    @MrSalFav 9 месяцев назад

    Super helpful really good explanation thank you so much.

  • @רננהבןדוד
    @רננהבןדוד 6 месяцев назад

    Great video ! I would like to understand though, why are you running on a Linux machine and not just on your local pc?

    • @evermightsystems
      @evermightsystems  6 месяцев назад

      Thanks for your message! All our projects are based on Linux, so we stick to our strengths!

  • @lucchini202
    @lucchini202 9 месяцев назад

    Excellent content, thanks!

  • @CCap-ir4ik
    @CCap-ir4ik 7 месяцев назад

    Hey hi!
    Your videos have really helped me to setup the ELK, but I am stuck at the logstash thing. It isnt appearing in the Index Management dashboard. Could you please explain me what to do?

    • @evermightsystems
      @evermightsystems  7 месяцев назад

      Hello, thanks for your message. To support you you can visit our website and use the contact form to reach us. Then we can book a virtual session to help you

  • @abhijithb9257
    @abhijithb9257 Год назад +1

    Its working .Great. The thing is i need to ship the docker contianer logs from other servers to my ELK host server.How can i setup that ?

    • @evermightsystems
      @evermightsystems  Год назад

      There is a docker integration available for elastic Agents. Is that what you are asking for?

  • @VinceMcMahon-t7n
    @VinceMcMahon-t7n 11 месяцев назад

    It is a very nice video. I saw your other video with 5 elasticsearch installed with Master and other nodes. Do you have a video on setup that up using docker containers for fault tolerance?

    • @evermightsystems
      @evermightsystems  10 месяцев назад +1

      Hi Vince, that topic is still on our task list. Work has just been really busy can't seem to get to it in time

  • @ldavidwalden
    @ldavidwalden 5 месяцев назад

    These are absolutely amazing videos. Could you explain how you would set up a docker cluster?

    • @evermightsystems
      @evermightsystems  5 месяцев назад

      Yes it is in progress! I might need to release a "work in progress" version first in my members area. Stay tuned!

    • @ldavidwalden
      @ldavidwalden 5 месяцев назад

      @@evermightsystems I have also been working on it, but am having problems getting it to set the kibana password. Any tips?

  • @dv7045
    @dv7045 10 месяцев назад

    Hi, I tested this setup. The generated certificates lack passwords, and no keystores are configured. This is for poc or lab, not for prod.

    • @evermightsystems
      @evermightsystems  10 месяцев назад

      Yes I agree, I will update description to state this. In later videos, I mention that I only use docker set up like this for demonstration or testing other business objectives. Thank you for pointing this out.

    • @dv7045
      @dv7045 10 месяцев назад

      ​@@evermightsystemsCould we utilize this Docker Compose structure and integrate it with your previous tutorials on Elasticsearch cluster configuration with SSL? I'm unable to find any topics related to setting up an ELK cluster in Docker with a complete SSL setup.

    • @evermightsystems
      @evermightsystems  10 месяцев назад

      Probably, but I haven't done enough experimentation to report on this. To this date, when using anything elk in a containerized environment, it's always been on a dev/testing environment. In prod I'm still deploying directly against host machine.
      When I have more experience, I can share in a new video

  • @dv7045
    @dv7045 Год назад

    Thanks for info )

  • @java126
    @java126 11 месяцев назад

    Nice and gread tuto..... I want to add packetbeat to this script how i do to preccess

    • @evermightsystems
      @evermightsystems  11 месяцев назад

      We haven't tried this yet with docker. But we do we will demonstrate our process

  • @desireessoboukpessi4224
    @desireessoboukpessi4224 Год назад