I am very new with using Grafana, apologies if I am missing something blatabtly obvious.
I have set up loki to collect json-serializaed structured log messages from a python app and I have managed to add a panel to a dashboard to visualize those messages.
However, the lines shown are just the raw JSON. I would have hoped that nested json is shown in a collapsable way so that one can drill into just those parts which are interesting?
When I choose the prettify json option the whole json data is shown in many lines, which is even worse.
The log entries contain a lot of detail information but I would like to initially only show the top fields and then expand those parts which may be of interest.
Is this possible at all? If so, how do I have to configure this?