Closed
Description
Component(s)
pkg/ottl
Is your feature request related to a problem? Please describe.
Although MD5 is no longer a recommended/safe hashing algorithm, it is still required for compatibility purposes. OTTL currently does not support it.
Describe the solution you'd like
A new OTTL converter/function MD5(attributes)
, which when invoked would transform the underlying string data into a MD5 hash value.
Describe alternatives you've considered
No response
Additional context
No response