Using the collector to send logs to elasticsearch
Basically what I’m doing is I send logs using otlp grpc to the collector in JSON string format, then I use the transform processor with ParseJSON to convert the string to JSON, my issue is that this causes the fields in the elastic document to have an Attributes prefix which is not something I want
Using the collector to send logs to elasticsearch
Basically what I’m doing is I send logs using otlp grpc to the collector in JSON string format, then I use the transform processor with ParseJSON to convert the string to JSON, my issue is that this causes the fields in the elastic document to have an Attributes prefix which is not something I want