fluent-bit http output plugin generating many logs when output is connected #6363
nikhithakarennagari
started this conversation in
General
Replies: 1 comment
-
@nikhithakarennagari you may be able to set log_response_payload to false to stop these messages: https://docs.fluentbit.io/manual/pipeline/outputs/http |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @edsiper, @agup006, @patrick-stephens @LionelCons Fluentbit http output plugin is generating many logs when connection is established with the output host. I am using the Fluentbit 1.9.9 version.
{"timestamp":"2022-09-27T05:23:12.208+00:00","severity":"info","message":"[output:http:<host_name>] :port, HTTP status=200"}
{"timestamp":"2022-09-27T05:23:12.221+00:00","severity":"info","message":"[output:http:<host_name>] :port, HTTP status=200"}
{"timestamp":"2022-09-27T05:23:15.245+00:00","severity":"info","message":"[output:http:<host_name>] :port, HTTP status=200"}
{"timestamp":"2022-09-27T05:23:18.228+00:00","severity":"info","message":"[output:http:<host_name>] :port, HTTP status=200"}
Expected behavior
Single log message only should appear when connection is established until the disconnection happens instead of multiple logs which will spam the container.
Can you help me how to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions