Це відео не доступне.
Перепрошуємо.

OpenTelemetry filelog receiver + OpenObserve: Any logs to any destination!

Поділитися
Вставка
  • Опубліковано 14 сер 2024
  • Use the OpenTelemetry collector's filelog receiver to grab any log, from anywhere and send it to any system you want (or multiple backends simultaneously). This video will show you how.
    Timestamps
    00:00 The Status Quo: Manually processing log files
    00:30 Manually looking at individual log files does not scale!
    00:45 OpenTelemetry's collector and filelog receiver to the rescue
    00:50 Gotcha! Don't tie yourself to a particular vendor. Stay flexible
    01:00 The architecture - VMs + OpenTelemetry collector + file log receiver + OpenObserve
    01:10 Start up OpenObserve
    01:30 Login to OpenObserve
    01:39 Ingest logs files using OpenTelemetry collector
    02:17 Create the OpenTelemetry collector.yaml configuration file
    02:25 Configure the OpenObserve exporter
    02:52 Configure the filelog receiver
    03:20 Connect input to output. Create the pipeline
    03:45 Run the collector
    03:56 Create the log file
    04:14 View the logs in OpenObserve
    04:30 Sending logs to multiple backends (multicasting)
    05:32 Summary and outro

КОМЕНТАРІ • 2

  • @oe5019
    @oe5019 28 днів тому +2

    Wow Greate Video!, but you didn't mention how you jave installed the OpenTelemtry Collector, did you ran it on a Container?

    • @agardnerit
      @agardnerit  26 днів тому +2

      At 03:47 you can see I've download the otelcol-contrib collector (the OpenTelemetry contrib distribution) and am running it as a standalone binary. There are many ways to run the collector so I didn't want to go into each one. You're right though, for future videos I'll call this out more clearly.
      opentelemetry.io/docs/collector/installation/