You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When receiving open-config power management data over telemetry using the 'cisco_telemetry_mdt' input plugin, the values are base64 encoded IEEE 754 Float32 type.
Use Case
When receiving open-config power management data over telemetry using the 'cisco_telemetry_mdt' input plugin, the values are base64 encoded IEEE 754 Float32 type.
Currently, the only way to convert this is using a binary parser as suggested by @srebhan on #14950
This requires a parser block of config for each field.
Expected behavior
Use processors.converter and utilise the target field array to convert all the required fields in one block of code.
Actual behavior
Converter doesn't support this use case.
Additional info
The proposal is to add the support for this conversion on the processors.converter and utilise the simplified configuration:
The text was updated successfully, but these errors were encountered: