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: administration/configuring-fluent-bit/classic-mode/configuration-file.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ The `Service` section defines global properties of the service. The following ke
35
35
|`scheduler.cap`| Set a maximum retry time in seconds. Supported in v1.8.7 and greater. |`2000`|
36
36
|`scheduler.base`| Set a base of exponential backoff. Supported in v1.8.7 and greater. |`5`|
37
37
|`json.convert_nan_to_null`| If enabled, `NaN` converts to `null` when Fluent Bit converts `msgpack` to `json`. |`false`|
38
+
|`json.escape_unicode`| When Fluent Bit is serializing a MessagePack record into JSON, this option allows to specify if the raw UTF-8 strings should be escaped or not. |`true`|
38
39
|`sp.convert_from_str_to_num`| If enabled, Stream processor converts from number string to number type. |`true`|
39
40
|`windows.maxstdio`| If specified, the limit of stdio is adjusted. Only provided for Windows. From 512 to 2048 is allowed. |`512`|
Copy file name to clipboardExpand all lines: administration/configuring-fluent-bit/yaml/configuration-file.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ The `service` section defines the global properties of the service. The Service
81
81
| `scheduler.cap` | Set a maximum retry time in seconds. Supported from v1.8.7. | `2000` |
82
82
| `scheduler.base` | Sets the base of exponential backoff. Supported from v1.8.7. | `5` |
83
83
| `json.convert_nan_to_null` | If enabled, NaN is converted to null when Fluent Bit converts `msgpack` to JSON. | `false` |
84
+
| `json.escape_unicode` | When Fluent Bit is serializing a MessagePack record into JSON, this option allows to specify if the raw UTF-8 strings should be escaped or not. | `true` |
84
85
| `sp.convert_from_str_to_num` | If enabled, Stream processor converts from number string to number type. | `true` |
85
86
| `windows.maxstdio` | If specified, the limit of stdio is adjusted. Only provided for Windows. From 512 to 2048 is allowed. | `512` |
Copy file name to clipboardExpand all lines: administration/configuring-fluent-bit/yaml/service-section.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ The `service` section defines global properties of the service. The available co
21
21
|`scheduler.cap`| Sets a maximum retry time in seconds. Supported in v1.8.7 and greater. |`2000`|
22
22
|`scheduler.base`| Sets the base of exponential backoff. Supported in v1.8.7 and greater. |`5`|
23
23
|`json.convert_nan_to_null`| If enabled, `NaN` is converted to `null` when Fluent Bit converts `msgpack` to `json`. |`false`|
24
+
|`json.escape_unicode`| When Fluent Bit is serializing a MessagePack record into JSON, this option allows to specify if the raw UTF-8 strings should be escaped or not. |`true`|
24
25
|`sp.convert_from_str_to_num`| If enabled, the Stream Processor converts strings that represent numbers to a numeric type. |`true`|
0 commit comments