Skip to content

Commit cc1644f

Browse files
nokute78edsiper
authored andcommitted
administration: configuration: add sp.convert_from_str_to_num
Signed-off-by: Takahiro Yamashita <[email protected]>
1 parent 50d1c34 commit cc1644f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

administration/configuring-fluent-bit/classic-mode/configuration-file.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ The _Service_ section defines global properties of the service, the keys availab
3939
| scheduler.cap | Set a maximum retry time in second. The property is supported from v1.8.7. | 2000 |
4040
| scheduler.base | Set a base of exponential backoff. The property is supported from v1.8.7. | 5 |
4141
| json.convert_nan_to_null | If enabled, NaN is converted to null when fluent-bit converts msgpack to json. | false |
42+
| sp.convert_from_str_to_num | If enabled, Stream processor converts from number string to number type. | true |
4243

4344
The following is an example of a _SERVICE_ section:
4445

administration/configuring-fluent-bit/yaml/configuration-file.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ The _service_ section defines the global properties of the service. The Service
7676
| scheduler.cap | Set a maximum retry time in seconds. The property is supported from v1.8.7. | 2000 |
7777
| scheduler.base | Sets the base of exponential backoff. The property is supported from v1.8.7. | 5 |
7878
| json.convert_nan_to_null | If enabled, NaN is converted to null when fluent-bit converts msgpack to json. | false |
79+
| sp.convert_from_str_to_num | If enabled, Stream processor converts from number string to number type. | true |
7980

8081
The following is an example of a _service_ section:
8182

0 commit comments

Comments
 (0)