I appreciate this might have been asked several ti...
# general
c
I appreciate this might have been asked several times. I am currently experimenting with backends and have been using honeycomb. One thing I have enjoyed is I can pass a nested json string as the value of an attribute and honeycomb will flatten it out to attributes that I filter and group by for example foo.somekey.0.bar https://docs.honeycomb.io/send-data/logs/structured/json/ I understand I can use pipeline in signoz but this requires I know the data structure in and which keys and values I want to set as attributes. Is there anyway to achieve the same functionality as honeycomb where it will automatically flatten nested json to attributes dynamically without defining the structure.
s
No @Chris Doyle, this is currently not done automatically. Please express your interest at https://github.com/SigNoz/signoz/issues/5691 and share what would be your ideal experience
👍 1