Skip to main content
0 votes
0 answers
24 views

I am deploying FluentBit on an Azure Kubernetes Service cluster, aiming to collect logs per namespace. The deployment is via Terragrunt, Terraform and HELM. Currently I am able to deliver with OUTPUT &...
Anton Todorov's user avatar
0 votes
0 answers
54 views

I'm using Fluent Bit v4.1.1 with the tail input plugin to collect application logs written by Logback. Log rotation works as follows: test.log → renamed to test.2025-11-08.0.log A new test.log is ...
Tiger's user avatar
  • 11
1 vote
0 answers
38 views

Issue: I’m using Fluent Bit v4.1.1 to send Docker container logs to OpenSearch. I want to dynamically extract the project name (e.g., test-project) from the log file path /logs/test-project/... using ...
Teneson125's user avatar
0 votes
0 answers
59 views

I'd like to ingest server access logs via Fluentbit and then do some modification using the filters and output the results to Redis. All on the same server. Is there a Redis output plugin or would ...
Dan's user avatar
  • 2,573
0 votes
0 answers
68 views

I'm trying to setup multiline log parser in fluentbit. But I'm currently encountered a problem with parsing. Can anyone help me? I'm deploying Fluent Bit in Kubernetes and pipe the logs to Loki and ...
Llyod's user avatar
  • 69
0 votes
1 answer
302 views

I'm working on a task where I need to send AWS ECS EC2 logs to opensearch. For ECS service logs I've created Fluentbit daemon service which helps in sending service logs to opensearch via firehose. ...
Prathyush Peettayil's user avatar
1 vote
0 answers
27 views

In log collector fluent-bit, I define a custom timestamp key pw_tmstp in Parsers.conf file like this: [PARSER] Name pw_tmstp Format regex Regex (?<pw_time>\d{4}-\d{2}-\d{2}\s\d{2}:\d{2}:\d{...
kamokoba's user avatar
  • 617
-1 votes
1 answer
120 views

I am running into a weird issue of Fluentbit not reading logs from a folder. Setup details: Kong is running as podman container and is writing logs to a local folder mounted as a volume. Fluent bit is ...
Pradeep's user avatar
  • 127
1 vote
1 answer
112 views

I'm using Fluent Bit on Windows, and I'm trying to enable file buffering for reliability when my central syslog server is temporarily unavailable. Here’s my configuration: [SERVICE] storage.path ...
GOKUL S P's user avatar
0 votes
0 answers
50 views

I’m encountering an issue with routing logs into multiple namespaces using Fluent Bit. I’ve written a Lua filter to generate dynamic file paths: function cb_map_tag(tag, ts, record) local ns = (...
Xuupu theman's user avatar
1 vote
0 answers
288 views

I am running Fluent Bit v3.2.10, which I am using to parse logs from .NET Containers in a locally running Kubernetes Cluster. My .NET Containers returns logs formatted as JSON using an ESC-formatter. ...
Hejle's user avatar
  • 11
0 votes
1 answer
119 views

I am able to parse JSON like string that looks something like this: {"response":"{\"key1\": \"12345\", \"key2\": \"abc\", \"time\": \&...
milan's user avatar
  • 1
1 vote
3 answers
138 views

We are running our app on EKS Fargate. As per the AWS documentation we can disable the Fluenbit process logs to Cloudwatch by setting flb_log_cw: "false" in the ConfigMap. But do you know ...
Ram's's user avatar
  • 139
0 votes
0 answers
25 views

We are having linux ppc64le arch servers. As Fluentbit doesn't support ppc64le arch as per documentation, we are trying to build a multiarch support custom fluent-bit image with kafka plugin. Facing ...
Bhanu Praveen's user avatar
0 votes
0 answers
66 views

I have several Python servers, and I need to capture all the latencies occured during various functions calls. I am using OpenTelemetry for this purpose. The project architecture: Python -> stdout -...
Robocat's user avatar

15 30 50 per page
1
2 3 4 5
26