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
|`buffer_chunk_size`| This sets the chunk size for incoming JSON messages. These chunks are then stored and managed in the space available by `buffer_max_size`. |`512K`|
11
+
|`buffer_max_size`| Specify the maximum buffer size to receive a JSON message. |`4M`|
12
+
|`http2`| Enable HTTP/2 support. |`true`|
10
13
|`listen`| The address to listen on. |`0.0.0.0`|
11
14
|`port`| The port for Fluent Bit to listen on. |`9880`|
15
+
|`success_header`| Add an HTTP header key/value pair on success. Multiple headers can be set. For example, `X-Custom custom-answer`. |_none_|
|`tag_key`| Specify the key name to overwrite a tag. If set, the tag will be overwritten by a value of the key. |_none_|
13
-
|`buffer_max_size`| Specify the maximum buffer size in KB to receive a JSON message. |`4M`|
14
-
|`buffer_chunk_size`| This sets the chunk size for incoming JSON messages. These chunks are then stored and managed in the space available by `buffer_max_size`. |`512K`|
0 commit comments