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
|`alias`| Sets an alias for multiple instances of the same input plugin. If no alias is specified, a default name will be assigned using the plugin name followed by a dot and a sequence number. |_none_|
16
-
|`buffer_max_size`|Specify the maximum buffer size in `KB`, `MB`, or `GB` to the HTTP payload.|`4M`|
17
-
|`buffer_chunk_size`|Initial size and allocation strategy to store the payload (advanced users only). |`512K`|
16
+
|`buffer_max_size`|Maximum size of the HTTP request buffer in `KB`, `MB`, or `GB`. |`4M`|
17
+
|`buffer_chunk_size`|Size of each buffer chunk allocated for HTTP requests (advanced users only).|`512K`|
18
18
|`encode_profiles_as_log`| Encode profiles received as text and ingest them in the logging pipeline. |`true`|
19
19
|`host`| The hostname. |`localhost`|
20
-
|`http2`| Enable or disable HTTP/2 support. |`true`|
20
+
|`http2`| Enable HTTP/2 protocol support for the OpenTelemetry receiver.|`true`|
21
21
|`listen`| The network address to listen on. |`0.0.0.0`|
22
22
|`log_level`| Specifies the log level for this plugin. If not set here, the plugin uses the global log level specified in the `service` section of your configuration file. |`info`|
23
23
|`log_supress_interval`| Suppresses log messages from this plugin that appear similar within a specified time interval. `0` no suppression. |`0`|
24
24
|`logs_body_key`| Specify a body key. |_none_|
25
-
|`logs_metadata_key`|Specify a metadata key. |`otlp`|
25
+
|`logs_metadata_key`|Key name to store OpenTelemetry logs metadata in the record.|`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
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`|
@@ -39,14 +39,14 @@ Fluent Bit has a compliant implementation which fully supports `OTLP/HTTP` and `
39
39
|`successful_response_code`| Allows for setting a successful response code. Supported values: `200`, `201`, or `204`. |`201`|
40
40
|`tag`| Set a tag for the events generated by this input plugin. |_none_|
41
41
|`tag_from_uri`| By default, the tag will be created from the URI. For example, `v1_metrics` from `/v1/metrics`. This must be set to false if using `tag`. |`true`|
42
-
|`tag_key`|Specify the key name to overwrite a tag. If set, the tag will be overwritten by a value of the key.|_none_|
42
+
|`tag_key`|Record accessor key to use for generating tags from incoming records. |_none_|
43
43
|`threaded`| Enable threading on an input. |`false`|
44
44
|`thread.ring_buffer.capacity`| Set custom ring buffer capacity when the input runs in threaded mode. |`1024`|
45
45
|`thread.ring_buffer.window`| Set custom ring buffer window percentage for threaded inputs. |`5`|
46
46
|`tls`| Enable or disable TLS/SSL support. |`off`|
47
47
|`tls.ca_file`| Absolute path to CA certificate file. |_none_|
48
48
|`tls.ca_path`| Absolute path to scan for certificate files. |_none_|
49
-
|`tls.crt_file`| Absolute path to Certificate file. |_none_|
49
+
|`tls.crt_file`| Absolute path to Certificate file. |_none_|
50
50
|`tls.ciphers`| Specify TLS ciphers up to TLSv1.2. |_none_|
51
51
|`tls.debug`| Set TLS debug level. Accepts `0` (No debug), `1`(Error), `2` (State change), `3` (Informational) and `4` (Verbose). |`1`|
52
52
|`tls.key_file`| Absolute path to private Key file. |_none_|
0 commit comments