File tree 2 files changed +2
-2
lines changed
administration/configuring-fluent-bit
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
| ` scheduler.base ` | Set a base of exponential backoff. Supported in v1.8.7 and greater. | ` 5 ` |
45
45
| ` json.convert_nan_to_null ` | If enabled, ` NaN ` converts to ` null ` when Fluent Bit converts ` msgpack ` to ` json ` . | ` false ` |
46
46
| ` sp.convert_from_str_to_num ` | If enabled, Stream processor converts from number string to number type. | ` true ` |
47
- | ` max_stdio ` | If specified, the limit of stdio is adjusted. Only provided for Windows. From 512 to 2048 is allowed. | ` 512 ` |
47
+ | ` windows.maxstdio ` | If specified, the limit of stdio is adjusted. Only provided for Windows. From 512 to 2048 is allowed. | ` 512 ` |
48
48
49
49
The following is an example of a ` SERVICE ` section:
50
50
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ The _service_ section defines the global properties of the service. The Service
82
82
| scheduler.base | Sets the base of exponential backoff. The property is 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
84
| sp.convert_from_str_to_num | If enabled, Stream processor converts from number string to number type. | true |
85
- | max \_ stdio | If specified, the limit of stdio is adjusted. Only provided for Windows. From 512 to 2048 is allowed. | 512 |
85
+ | windows.maxstdio | If specified, the limit of stdio is adjusted. Only provided for Windows. From 512 to 2048 is allowed. | 512 |
86
86
87
87
The following is an example of a _ service_ section:
88
88
You can’t perform that action at this time.
0 commit comments