-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Malformed HTTP response from splunk and cannot increase buffer on fluentBit v1.8.9 #4723
Comments
We saw this issue (or similar) even when we were running fBit v1.8.3 |
I got a doc link from @agup006 on this https://docs.fluentbit.io/manual/pipeline/outputs/splunk |
We have v1.8.11, shipping logs to Loki and having same issue too. Not always but I have been seeing that error lately in one of my fluent-bit pods |
Could you share https://github.com/fluent/fluent-bit/blob/v1.8.9/src/flb_http_client.c#L1206-L1223 The patch is merged from v1.8.12
|
Thanks @nokute78 , yes once i have that info i will share it here, Also i am bumping the fBit version to 1.8.12 with the hopes that this issue is fixed. |
@nokute78 Hey, did new version fix this issue? |
@thunder-spb Yes the new version (1.8.12) bump fixed this issue for us. |
cool, thank you @hegderohit89 , I'm having the same issue with malformed this and buffer increase. will give it a shot. |
Bug Report
Describe the bug
Observing this issue consistently when trying to forward logs to Splunk.
Running fluentBit v1.8.9 (observed the same on 1.8.4 as well)
Common pattern we see is
malformed HTTP response from Splunk
andcannot increase buffer:
before it gets the SEGV signalTo Reproduce
Setup fluentBit with Splunk output plugin
Hit the applications with some traffic triggering the logFwd from fluentBit.
Within the span of few hours this issue within few hours the fluentBit pods will start restarting with the above issue.
Your Environment
Environment name and version : Kubernetes v13
Server type and version: Splunk
Operating System and version: RHEL
Additional context
Few ideas we are trying:
/docker-entrypoint.sh: line 19: 9 Aborted (core dumped) /fluen
@edsiper It would be really helpful if you can throw some light on this or give some pointers how can we continue and find the root cause of this.
Is there a way to enable debug at network layer ? so we can see what is causing the
[2021/11/17 23:19:32] [ warn] [http_client] malformed HTTP response from splunk-sh01:8088 on connection #168
warningThe text was updated successfully, but these errors were encountered: