Kibana and Elasticsearch Installation with Docker - Fastest + Easiest Method!

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024
  • I show the fastest and easiest way to get starting using Kibana and Elasticsearch locally on your Windows or Mac or Linux computer by using Docker containers. In only 6 commands, you'll be off to the races! Here's the link to the official documentation: www.elastic.co...

ความคิดเห็น • 21

  • @jasonrochau
    @jasonrochau ปีที่แล้ว

    Thank you for this! Super easy and very straight forward!

  • @elshangadimov6163
    @elshangadimov6163 2 ปีที่แล้ว +4

    I receive "Kibana server is not ready yet" on 5601

  • @RahulSaini-pp5kz
    @RahulSaini-pp5kz 3 หลายเดือนก่อน

    how to start using elk after this there are no tutorials of elk setup with docker

  • @effy1219
    @effy1219 ปีที่แล้ว

    most clear one

  • @shriharikulkarni3986
    @shriharikulkarni3986 ปีที่แล้ว

    How to add a new node to this cluster ? Do you have any link ? When i use the same method and try to bring up another instance on docker, the current one shuts down automatically.

  • @georgejetson1754
    @georgejetson1754 2 ปีที่แล้ว +1

    So are you teaching for a living?

    • @VincentStevenson
      @VincentStevenson  2 ปีที่แล้ว +1

      I do not; I just enjoy teaching on the side

    • @georgejetson1754
      @georgejetson1754 2 ปีที่แล้ว +3

      @@VincentStevenson Doing something because you enjoy it is the right reason, don't let as anyone stop you, follow your dreams! Might sound about cliche but life is short don't wait on doing what makes you happy, as long as it's positive for humanity!

    • @VincentStevenson
      @VincentStevenson  2 ปีที่แล้ว +2

      @@georgejetson1754 Thanks, I really appreciate you saying that!

  • @chunchukalpana923
    @chunchukalpana923 2 ปีที่แล้ว +2

    after install elastic search and run the command they shown
    ERROR: [1] bootstrap checks failed. You must address the points described in the following [1] lines before starting Elasticsearch.

    • @syedfakher6982
      @syedfakher6982 ปีที่แล้ว

      increase your map-count from docker desktop

  • @Kaonashimusic
    @Kaonashimusic 6 หลายเดือนก่อน

    dude ur so cool after watching this i clicked on ur channel and u just be doing and teaching everything !

  • @pratikkharche3247
    @pratikkharche3247 ปีที่แล้ว

    message":"received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/172.18.0.2:9200, remoteAddress=/172.18.0.1:40984}" receiving this error

    • @bilimhesabi2636
      @bilimhesabi2636 ปีที่แล้ว

      same here

    • @MultiSuperUnicorn
      @MultiSuperUnicorn ปีที่แล้ว

      @@bilimhesabi2636 this is because you're sending http traffic over something expecting https. This will happen in 8.10 or anything using xpack by default. You can disable security (obviously only do this locally) by passing in `-e "xpack.security.http.ssl.enabled=false"` as part of the docker command. Also you might want to pass in `-e "xpack.security.enabled=false"` to go ahead and disable auth entirely because otherwise you'll get 401s even though you're able to hit elastic endpoints after turning ssl off.

    • @saheelsapovadia2354
      @saheelsapovadia2354 10 หลายเดือนก่อน

      same here

    • @shaheerahsan2486
      @shaheerahsan2486 9 หลายเดือนก่อน

      did anyone figure it out?

    • @guitarNEKIT
      @guitarNEKIT 9 หลายเดือนก่อน

      That's because by default ES container expects HTTPS connections. So to get rid of this error you have to set some variables. (like 'pack.security.enabled').
      Or just make requests via https

  • @arturstrubacs4964
    @arturstrubacs4964 2 ปีที่แล้ว

    Hello, can you make a video tutorial on how to collect Drupal logs with Elasticsearch in Docker containers?

  • @KENANAMIRLi-g8i
    @KENANAMIRLi-g8i ปีที่แล้ว

    hank for video very helpful for me

  • @Billy_io-i2h
    @Billy_io-i2h ปีที่แล้ว

    thank you so much to the point !