Hello, I try to use signoz to analze and monitor my application logs. The data is sent directly by the springboot opentelemetry sdk. I send my messages as simple JSON data.
My Problem is that the Pipeline to parse the JSON Data does not seem to work.
I use this guide:
https://signoz.io/docs/logs-pipelines/guides/json/
The problem is that none of the elements I try to move out of the body appears as “attributes” property.