/fledge-filter-replace

Filter to replace characters in the names of assets and data points in readings object.

Primary LanguageC++Apache License 2.0Apache-2.0

Fledge "Replace" C++ Filter plugin

Replace characters in the names of assets and data points.

Configuration

replace
The set of characters that should be replaced. Each occurrence of the character in the name of the asset or datapoint will be replaced by the replacement character
replacement
The character to use to replace the specified set of characters. Only a single character can be supplied, any additional characters will be ignored.