v5.0.0
Released on 25/4/2025
- Updated base collector to v3.0.0
v4.1.1
Released on 11/04/2025
- json-parser: Added handling for when TagNamesAndTagValuePaths key doesn’t exist
v4.1.0
Released on 03/04/2025
- json-parser: Added support to use current time when TimestampPath is empty
v4.0.3
Released on 28/03/2025
Changes
- Add support for deployment of documentation to the portal
v4.0.2
Released on 08/01/2025
- Fixed a crash when the wrong amount of tag values are read from a JSON message
v4.0.1
Released on 17/09/2024
- Fixed Locale from collector not being copied to measurements
- Fixed a bug where the settings migrator would overwrite all settings with the default
v4.0.0
Released on 11/09/2024
- Updated base collector to v2.5.2
- csv: Added support for timestamps divided over multiple columns
- csv: Added support for different locales when parsing numbers
- csv: Added support for multiple header rows
- csv: Added support for regular expressions in the
Filter
setting - csv: Removed
StatusGood
measurement setting in favor of theStatusGood
collector setting in the base collector (Note! semicolon delimiter changed to comma)
v3.0.0
Released on 16/08/2024
- Check collector context prior to creating points
- Added JSONPath docs to readme
v2.3.2
- Fixed windows 7 compatibility issue
v2.3.1
- Updated description of csv measurement setting
Filter
v2.3.0
Added support for UTF-8, UTF-16 BigEndian, and UTF-16 LittleEndian encoding.
v2.2.1
- Fixed panic on invalid timestamps
v2.2.0
- Added a setting to ignore JSON path error log messages
v2.1.0
Updated base collector to v2.3.0
v2.0.0
Added the csv parser
v1.0.0
Initial release of the json message parser