Hi,
I've set up OTel integration with Elastic stack with the following guide - OpenTelemetry native support | APM User Guide [8.7] | Elastic.
The setup I've have is using OTel collector to send the logs data to APM server's OTLP endpoint.
I'm able to see logs in the data stream and the attributes in OTel Log record is being mapped to labels on Elastic APM. However, I noticed attributes that have value with data type of Map or Slice (JSON object or Array) are not being mapped onto the logs in Elastic.
Will like to check if there is any way to have these attributes being mapped to the logs in Elastic?
Thanks!