Add max string value lenght parameter for attributes/timeseries.
This commit is contained in:
parent
16686afeae
commit
813a4b4d72
@ -38,6 +38,8 @@ transport:
|
||||
json:
|
||||
# Cast String data types to Numeric if possible when processing Telemetry/Attributes JSON
|
||||
type_cast_enabled: "${JSON_TYPE_CAST_ENABLED:true}"
|
||||
# Maximum allowed string value length when processing Telemetry/Attributes JSON (0 value disables string value length check)
|
||||
max_string_value_length: "${JSON_MAX_STRING_VALUE_LENGTH:0}"
|
||||
|
||||
kafka:
|
||||
enabled: true
|
||||
|
||||
@ -39,6 +39,8 @@ transport:
|
||||
json:
|
||||
# Cast String data types to Numeric if possible when processing Telemetry/Attributes JSON
|
||||
type_cast_enabled: "${JSON_TYPE_CAST_ENABLED:true}"
|
||||
# Maximum allowed string value length when processing Telemetry/Attributes JSON (0 value disables string value length check)
|
||||
max_string_value_length: "${JSON_MAX_STRING_VALUE_LENGTH:0}"
|
||||
|
||||
kafka:
|
||||
enabled: true
|
||||
|
||||
@ -58,6 +58,8 @@ transport:
|
||||
json:
|
||||
# Cast String data types to Numeric if possible when processing Telemetry/Attributes JSON
|
||||
type_cast_enabled: "${JSON_TYPE_CAST_ENABLED:true}"
|
||||
# Maximum allowed string value length when processing Telemetry/Attributes JSON (0 value disables string value length check)
|
||||
max_string_value_length: "${JSON_MAX_STRING_VALUE_LENGTH:0}"
|
||||
|
||||
kafka:
|
||||
enabled: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user