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
@@ -24,7 +24,7 @@ Fluent Bit has a compliant implementation which fully supports `OTLP/HTTP` and `
24
24
|`logs_body_key`| Specify a body key. |_none_|
25
25
|`logs_metadata_key`| Specify a metadata key. |`otlp`|
26
26
|`mem_buf_limit`| Set a memory buffer limit for the input plugin. If the limit is reached, the plugin will pause until the buffer is drained. The value is in bytes. If set to 0, the buffer limit is disabled. |`0`|
27
-
|`net.accept_timeout`| Set maximum time allowed to establish an incoming connection, this time includes the TLS handshake. |`10s`|
27
+
|`net.accept_timeout`| Set maximum time allowed to establish an incoming connection. This time includes the TLS handshake. |`10s`|
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`|
0 commit comments