Elasticsearch & Kibana on Docker (October 2022, Elasticsearch 8.4)

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

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

  • @naseebramlakhan3906
    @naseebramlakhan3906 2 года назад

    Merci !

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

    you are a great professional 😁 (15:21) ! Great tutorial 👏!

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

      That’s very kind, thank you! 😊

  • @MatichekYoutube
    @MatichekYoutube 9 месяцев назад +1

    at docker run " bootstrap checks failed"

  • @naseebramlakhan3906
    @naseebramlakhan3906 2 года назад

    great video, I learned a lot. very well explained

    • @SamuelChan
      @SamuelChan  2 года назад

      Thank you Naseeb! 🙏🏼

    • @naseebramlakhan3906
      @naseebramlakhan3906 2 года назад

      @@SamuelChan hi Chan, how to save data of "Elasticsearch and Kibana" using volume option please ? using portainer or cli.

    • @SamuelChan
      @SamuelChan  2 года назад

      Hey Naseeb, if you’d like to persist data using volume, I go into the details here:
      Hands on Introduction to Docker & Data Persistence w/ Docker Volumes
      ruclips.net/video/bRyuhBJtJ6M/видео.html
      If you’d like to define the volume in a multi container set up as a Docker Compose, it’s also covered here:
      ruclips.net/video/ZlLwDN9_Gwg/видео.html
      The Docker compose example persist data from Wordpress and MySQL but the principles are the same! :) If something doesn’t work, let me know! Happy to troubleshoot together

    • @naseebramlakhan3906
      @naseebramlakhan3906 2 года назад

      @@SamuelChan Thanks you for the reply , i will look both video and then try. feedback soon :)

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

    Thx for the great explanations

  • @RafaelSilva-vt3zk
    @RafaelSilva-vt3zk Год назад

    Great video man!!!

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

    What is that cli tool that you have which pre-populates previous history or maybe from clipboard or autocompletes? I feel like I had that installed sometime in an old macbook but not able to recall.

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

      Could it be zsh-autocomplete you’re referring to?

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

    19:48 Elastic- sush

  • @SidShah-li9jy
    @SidShah-li9jy 2 года назад

    i am also stuck in same error ? i didn't find solution in this video. how did you solve it?

    • @SamuelChan
      @SamuelChan  2 года назад

      Please paste a copy of your error message? If you’re on Windows, replace the bat / cat command to an equivalent one (in my earlier comment).

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

    Informative! just speak a little bit slower:)

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

      Thank you Sajjad! And thanks for the feedback :)

  • @harrisonchris6007
    @harrisonchris6007 2 года назад

    I’m new to this investment, how can I invest?

  • @brugudumbibimbap6858
    @brugudumbibimbap6858 2 года назад

    I'm stuck in the http_ca.crt part. Cannot run bat http_ca.crt using powershell.

    • @brugudumbibimbap6858
      @brugudumbibimbap6858 2 года назад

      Also the host password for user elastic didn't appear .

    • @SamuelChan
      @SamuelChan  2 года назад

      Replace bat with “gc” (stands for Get Content). So “gc ” in powershell. :)

    • @SamuelChan
      @SamuelChan  2 года назад

      Also, would you consider using WSL to run Linux / unix commands if that makes following the tutorials easier?
      dev.to/lietux/comment/31fc

  • @TJ-hs1qm
    @TJ-hs1qm 6 месяцев назад

    to turn off security for local dev
    xpack.security.enabled=false
    xpack.security.enrollment.enabled=false