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`| Maximum size of the HTTP request buffer in `KB`, `MB`, or `GB`. |`4M`|
17
16
|`buffer_chunk_size`| Size of each buffer chunk allocated for HTTP requests (advanced users only). |`512K`|
17
+
|`buffer_max_size`| Maximum size of the HTTP request buffer in `KB`, `MB`, or `GB`. |`4M`|
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
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
-
|`log_supress_interval`| Suppresses log messages from this plugin that appear similar within a specified time interval. `0` no suppression. |`0`|
23
+
|`log_suppress_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
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`|
@@ -40,14 +40,14 @@ Fluent Bit has a compliant implementation which fully supports `OTLP/HTTP` and `
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
42
|`tag_key`| Record accessor key to use for generating tags from incoming records. |_none_|
43
-
|`threaded`| Enable threading on an input. |`false`|
44
43
|`thread.ring_buffer.capacity`| Set custom ring buffer capacity when the input runs in threaded mode. |`1024`|
45
44
|`thread.ring_buffer.window`| Set custom ring buffer window percentage for threaded inputs. |`5`|
45
+
|`threaded`| Enable threading on an input. |`false`|
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_|
50
49
|`tls.ciphers`| Specify TLS ciphers up to TLSv1.2. |_none_|
50
+
|`tls.crt_file`| Absolute path to Certificate file. |_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_|
53
53
|`tls.key_passwd`| Optional password for tls.key_file file. |_none_|
0 commit comments