Questions tagged [fluent-bit]

Fluent-Bit (not to be confused with Fluentd), is an open-source, light weight data collector which can act as both an aggregator and forwarder. It allows you to collect data/logs from different sources, unify and send them to multiple destinations.

Fluent bit links :

379 questions
-1
votes
1 answer

How to distinguish different nodes with cpu/mem

Figure an EFK helm chart in a kubernetes cluster. Fluentbit is configured to provide cpu and mem informations, it's very nice. Data come from all nodes, but without any per-node distinguish info. So the graph gives an average for all machines: Is…
Slim
  • 1,256
  • 1
  • 13
  • 25
-2
votes
2 answers

Installing fluent-bit in Alpine docker image

How can I add fluent-bit to an image that builds on docker:latest? I have tried this: FROM docker:latest RUN apk add python3 py-pip python3-dev libffi-dev openssl-dev gcc libc-dev make curl libc6-compat RUN apk add…
naraghi
  • 430
  • 1
  • 6
  • 18
-2
votes
2 answers

Trying to capture value within a captured value

I am trying to parse data from a line like this "Lorem ipsum dolor sit amet, IP: 111.111.111.111, 222.222.222.222, 333.333.333.333\r\n adipiscing elit, sed do eiusmod\r\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,…
nomad
  • 1
  • 5
1 2 3
25
26