Filip Pytloun
Filip Pytloun
I am still seeing this issue with forward output and disk buffering with fluentbit 1.9.3. ``` [2022/05/04 19:15:58] [ info] [task] re-schedule retry=0x7fe1729c8220 7 in the next 4 seconds [2022/05/04...
Poor man's workaround might be to delete stucked chunks, eg. periodically delete everything not modified in last hour: ``` find /var/log/flb-storage -type f -name "*.flb" -mmin +60 | xargs rm...
Unfortunately, I was not able to find out what's causing this. I just know that it's persistent issue (it repeats even after restart until disk buffer is wiped), so I...
Changed configuration a little to switch from forward to http output and still facing this issue when enabling storage buffer and retries. It seems to happen every time 10 minutes...
I found out that my Fluentbit is sending events with non-unicode characters (eg. UTF-16/UTF-32). Being logged on Vector's HTTP sink (fluentbit upstream) as error with parsing JSON payload. So I...
You might be also interested in this bit newer (but also unmaintained) project inspired by django-ejabberd-bridge: https://github.com/fpytloun/django-xmpp Here are installation instructions which should also work for this project: https://github.com/fpytloun/django-xmpp#installation
Fixes same issue on Debian Jessie as well :+1:
I am facing similar issue: ``` [1] [NTC] [NET] netcam_read_html_jpeg: Potential split boundary - 4095 chars flushed, 1 re-positioned ``` Using motion with netcam_url on localhost stream of uv4l with...
Hello, I would also appreciate some better invitations with similar behavior as GApps. - add persons (both internal or external) to event - send mail invitation to persons (including ICS,...
Nice, thank you. There could be also way how to rewrite tag by `__tag` field set by out_sqs.