You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running FluentBit and FluentD in the same Virtual machine (Ubuntu 24.04), however, fluent bit fails to forward the log to Fluentd. I tried both Forward plugin and HTTP plugin. both of them fail.
While, I use curl post the json file in the same VM to FluentD, Fluentd can receive it.
To Reproduce
Steps to reproduce the problem:
Run Fluentd thru docker: sudo docker run -it -p 24222:24222 -v ~/uploads/fluentd.conf:/fluentd/etc/demo.conf -e FLUENTD_CONF=demo.conf fluent/fluentd:latest
Run Fluentbit thru docker in the same server: sudo docker run -ti cr.fluentbit.io/fluent/fluent-bit -i cpu -t aa -o http://127.0.0.1:24222
Fluend Conf:
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the exempt-stale label.
Bug Report
Describe the bug
Running FluentBit and FluentD in the same Virtual machine (Ubuntu 24.04), however, fluent bit fails to forward the log to Fluentd. I tried both Forward plugin and HTTP plugin. both of them fail.
While, I use curl post the json file in the same VM to FluentD, Fluentd can receive it.
To Reproduce
Fluend Conf:
The text was updated successfully, but these errors were encountered: