https://linen.dev logo
Join Slack
Powered by
# docker
  • k

    karolykass

    06/10/2023, 12:57 PM
    @karolykass has left the channel
  • a

    Arun Vignesh

    03/19/2024, 9:03 AM
    👋 Hello, team! I have custom Golang outplugin and compiled to .so which works very fine with local fluentbit setup. But the same when containerized does not work: 2024-03-19 131040 [2024/03/19 074040] [error] [proxy] error opening plugin /fluent-bit/etc/out1_goplugin.so: '/fluent-bit/etc/out1_goplugin.so: invalid ELF header' 2024-03-19 131040 [2024/03/19 074040] [error] [plugin] error loading proxy plugin: /fluent-bit/etc/out1_goplugin.so
  • j

    Jussi

    06/04/2024, 6:35 AM
    👋 Hello, team!
  • j

    Jussi

    06/04/2024, 6:38 AM
    Hi I was wondering if the fluent bit container images are built with the avro support activated as described in https://docs.fluentbit.io/manual/pipeline/outputs/kafka#avro-support
    p
    • 2
    • 2
  • x

    xianyu

    09/04/2024, 2:24 AM
    I'm trying to use fluent-bit in docker for the first time, but I don't know from the docs where the config file is or how to mount it, can anyone tell me?
  • p

    Pat

    09/04/2024, 9:41 AM
    /fluent-bit/etc/fluent-bit.conf
    is the default used but you can specify it via
    -c <filename>
  • p

    Pat

    09/04/2024, 9:42 AM
    I've got examples here of how to use it btw: https://chronosphere.io/learn/fluent-bit-tips-tricks/
  • m

    Muneeb Yusufi

    01/09/2025, 7:40 AM
    Hello all, have a quick question I am trying to collect docker container metrics (cpu, ram usage ) using the fluentbit Docker Log Based Metrics input plugin. The only issue I have is I want the metrics to include the container labels as well. Is there any way to accomplish this, I would like to avoid using external tools like cadvisor if possible. I have tried setting up a lua script that sends a request to the docker api to fetch the label but doing it all the time is not practical