Skip to content

Commit

Permalink
administration: configuration: add sp.convert_from_str_to_num
Browse files Browse the repository at this point in the history
Signed-off-by: Takahiro Yamashita <[email protected]>
  • Loading branch information
nokute78 authored and edsiper committed Sep 24, 2023
1 parent 50d1c34 commit cc1644f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ The _Service_ section defines global properties of the service, the keys availab
| scheduler.cap | Set a maximum retry time in second. The property is supported from v1.8.7. | 2000 |
| scheduler.base | Set a base of exponential backoff. The property is supported from v1.8.7. | 5 |
| json.convert_nan_to_null | If enabled, NaN is converted to null when fluent-bit converts msgpack to json. | false |
| sp.convert_from_str_to_num | If enabled, Stream processor converts from number string to number type. | true |

The following is an example of a _SERVICE_ section:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ The _service_ section defines the global properties of the service. The Service
| scheduler.cap | Set a maximum retry time in seconds. The property is supported from v1.8.7. | 2000 |
| scheduler.base | Sets the base of exponential backoff. The property is supported from v1.8.7. | 5 |
| json.convert_nan_to_null | If enabled, NaN is converted to null when fluent-bit converts msgpack to json. | false |
| sp.convert_from_str_to_num | If enabled, Stream processor converts from number string to number type. | true |

The following is an example of a _service_ section:

Expand Down

0 comments on commit cc1644f

Please sign in to comment.