Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

administration: configuration: add sp.convert_from_str_to_num #1204

Merged
merged 1 commit into from
Sep 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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