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
0
votes
3 answers

Fluentbit get Docker Logs(Systemd) in Kubernetes not working

I'm trying to configure Fluentbit in Kubernetes to get Logs from application PODs/Docker Containers and send this log messages to Graylog using GELF format, but this is not working. See my stack below: INPUT Docker version 1.13.1 Docker Log…
rafambbr
  • 570
  • 8
  • 15
0
votes
0 answers

My fluentd doesn't insert data into mongodb

i tried create system metric dashboard my plan is... fluent-bit > fluentd > mongod all is on my google-cloud-platform (compute engine) fluent-bit > fluentd > stdout <---- is very well work and i used…
이정환
  • 1
  • 1
0
votes
3 answers

How to use fluent-bit forward output plugin to send data to tcp port

I'm trying to use fluent-bit to ship logs from log files to telegraf which's listening on a port 8094. I'm able to send data to this port via terminal like this echo "some_log_data" | nc localhost 8094 but when I'm using fluent-bit formward output…
0
votes
1 answer

Configure Fluent-bit file output plugin set file rollover

I've a Fluent-bit running as docker instance which uses tail input plugin to read docker log files and currently I've configured output plugin to use Elasticsearch. However in prod since Elasticsearch resides on another zone, don't want to consume…
Karthik Prasad
  • 9,662
  • 10
  • 64
  • 112
0
votes
2 answers

Where do the time fields in my structured log messages come from?

I am writing out json structured log messages to stdout with exactly one time field, called origin_timestamp. I collect the log messages using Fluent Bit with the tail input plugin, which uses the parser docker. The parser is configured with the…
DaveFar
  • 7,078
  • 4
  • 50
  • 90
0
votes
2 answers

How to parse istio-proxy logs with fluent-bit

Need help figuring out how to parse istio-logs with fluent-bit or how to make fluentbit parsing more "debuggable" (which "bit" is failing) Find my fluent-bit config below input-kubernetes.conf: | [INPUT] Name tail …
0
votes
1 answer

How to configure fluentbit to send error log only

I am using fluentbit to send kubernetes logs to ELK , i have set the level to error but still it sends all the log msgs to ELK , How can I configure fluentbit to send msgs that correspond to some error only.
Ijaz Ahmad
  • 11,198
  • 9
  • 53
  • 73
0
votes
1 answer

Missing header while compiling C program

I'm trying to compile my C program using library Api of fluent-bit , but the header fluent-bit.h is missing and I don't understand why. I installed fluent-bit using installation guide Here is my code I want to test: #include int…
JulienT
  • 81
  • 1
  • 9
0
votes
1 answer

Fluentbit: How to have Kubernetes filter working with cpu input

Does Fluentbit Kubernetes FILTER compatible with cpu and mem INPUT? I fail to configure cpu and mem INPUT with kubernetes filter. It's okay with tail INPUT
Slim
  • 1,256
  • 1
  • 13
  • 25
0
votes
1 answer

Fluentbit forward retry limit and HA

I want have a setup of multiple fluentbit that forward to a single fluentd (or two). The HA architecture of fluentd is clear, but is it applicable with fluentbit=>fluentd architecture? Fluentd have file based buffering with retries that can…
naviram
  • 1,445
  • 1
  • 15
  • 26
0
votes
1 answer

Fluent logger log to Fluent Bit

Can Fluent logger log to Fluent Bit remotely? If yes, how?
fengye87
  • 2,433
  • 4
  • 24
  • 41
0
votes
0 answers

EFK Stack (Elasticsearch, Fluent-bit, Kibana) setup doesn't showing Kubernetes fields

I have followed the document and did the EFK Stack setup on my Kubernetes cluster. https://medium.com/@jbsazon/aggregated-kubernetes-container-logs-with-fluent-bit-elasticsearch-and-kibana-5a9708c5dd9a By default fluent-bit is supposed to find all…
karthikeayan
  • 4,291
  • 7
  • 37
  • 75
0
votes
1 answer

Fluent-bit with java

I'm trying to send the logs from a basic java maven project to fluent-bit configured on a remote machine. Fluent-bit would then write them to a file. This is my basic java configuration. Java private final static Logger logger =…
Nicholas K
  • 15,148
  • 7
  • 31
  • 57
0
votes
0 answers

Fluent Bit With AWS EKS Cluster And ELK

I'm new to Fluent Bit and I'd love to get help from you. I have trying unsuccessfully so far to embed Fluent Bit tool within my AWS EKS cluster and collect service logs includes ingress-nginx on top of AWS ELB. In addition, I don't want to create a…
James
  • 875
  • 2
  • 15
  • 24
-1
votes
2 answers

Ruby regx for xml attributes

i am trying to create a regx expression for fluentbit parser and not sure how to drop specific characters from a string
Zain
  • 49
  • 6
1 2 3
25
26