Introduction to Ingesting logs with Loki | Zero to Hero: Loki | Grafana

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

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

  • @jdpalaciob
    @jdpalaciob 2 месяца назад +3

    I love your products and how active you guys are with webinars and these kind of videos. I've been working with Grafana and Loki for 3+ years now and I found them amazing. I will just ask for one thing, Could you guys please make a more detailed (not so beginner) video about loki's configuration? After all this time I still find myself lost with a lot of the config parameters and sometimes the documentation is not enough(some definitios look vague to me). I will love to see something more in depth, someting more for those whiare alredy out of the beginners phase (I mean, basic set up or docker compose in lcoal env). It would be awesome to see one of you going through Loki's configuration explaining each section with the most relevant things on them .If you guys read this, thanks a lot!

    • @Grafana
      @Grafana  24 дня назад +1

      Hi @jdpalciob, absolutely we are working up to this. I must admit I have been upskilling myself along side building this content. Hopefully more content like this soon! ~ Jay

  • @PrashantSingh-un6yj
    @PrashantSingh-un6yj 5 месяцев назад +4

    Excellent and clear doubts about grafana logs with alloy agent.
    Thanks

  • @ben94_
    @ben94_ 5 часов назад

    Will there be a series like this for alloy

  • @proflanky
    @proflanky 4 месяца назад +2

    Complex log scrapping with regex and timestamp is what I want to see.

  • @legooos
    @legooos 5 месяцев назад +1

    Thank you very much, i was waiting for the Alloy video and it is finally here!
    What i don't understand is why in the Alloy graph the arrow goes from loki.source.file to local.file.match and not the other way around, i.e. the way pipeline stages actually go (match files > map source to targets > process > ship to loki) . Or am i missing something?

    • @JayClifford-TechTalks
      @JayClifford-TechTalks 5 месяцев назад +1

      Hi @legooos extremely pleased to enjoyed it! We have only scratched the surface so expect some more Alloy content in the future :) ! I am going to feed this back to the team as I also agree based upon the movement of data. I belive currently its due to the fact that loki.source.file calls local.file_match to get the list of scrapeble files.

  • @JamesGreen-gv4yn
    @JamesGreen-gv4yn 26 дней назад

    Consider if using Docker is really "beginner" level. Personally, I believe that showing how to do all this directly under Linux will provide a better understanding of how the applications work and avoid the added configuration complications of something like Docker. Having a docker compose file that just magically spins up a bunch of processes like this hides some valuable understandings.

    • @Grafana
      @Grafana  24 дня назад

      Hi @James thank you for the feedback. I will keep this in mind for next time. The reason I use docker is it allows me to simulate a full stack environment quickly. It also means others can follow along without worrying to much what Linux Distro they are using. I do have some more content around Alloy that installs directly on an Ubuntu here: grafana.com/docs/alloy/latest/tutorials/send-logs-to-loki/ ~ Jay

    • @dannyhinshaw3818
      @dannyhinshaw3818 17 дней назад

      @@Grafana you're on point with that assessment Jay, I really appreciate the Docker first approach!

  • @legooos
    @legooos 5 месяцев назад +1

    Would love to know more about the labels, specifically how to dynamically discover and relabel service_name based on the path of the log files, I'm currently struggling with how to achieve this labeling setup:
    /var/log/app1/ > service_name=app1
    /var/log/app2/ > service_name=app2

    • @JayClifford-TechTalks
      @JayClifford-TechTalks 5 месяцев назад +5

      I will put together an example for you! I am working on a new Alloy page for the Loki docs and this would be a great example ☺

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

      @@JayClifford-TechTalks Thank you! Looking forward to future vids

  • @TobiasWolf-wx6lk
    @TobiasWolf-wx6lk 4 месяца назад

    Nice video, but you could tone down your hand gestures a little bit. They distract from your words.

    • @JayClifford-TechTalks
      @JayClifford-TechTalks 4 месяца назад

      Hi @TobiasWolf-wx6lk! Thank you for watching the video, absolutely agree with you! Its bit of a presenters tic that I have. I will actively be trying to improve this as I create more how to guides 😊