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
Copy file name to clipboardExpand all lines: pipeline/inputs/opentelemetry.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Fluent Bit has a compliant implementation which fully supports `OTLP/HTTP` and `
28
28
|`net.accept_timeout_log_error`| On client accept timeout, specify if it should log an error. When disabled, the timeout is logged as a debug message. |`true`|
29
29
|`net.backlog`| Set the backlog size for listening sockets. |`128`|
30
30
|`net.io_timeout`| Set maximum time a connection can stay idle. |`0s`|
31
-
|`net.keepalive`| Enable or disable Keepalive support. |`true`|
31
+
|`net.keepalive`| Enable or disable keepalive support. |`true`|
32
32
|`net.share_port`| Allow multiple plugins to bind to the same port. |`false`|
33
33
|`port`| The port for Fluent Bit to listen for incoming connections. |`0`|
34
34
|`profiles_support`| This is an experimental feature, feel free to test it but don't enable this in production environments. |`false`|
0 commit comments